mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 19:47:45 +02:00
fix(models): set updatedField as empty string when not used
This commit is contained in:
parent
9899870e28
commit
164f4d3be7
7 changed files with 6 additions and 7 deletions
|
|
@ -74,7 +74,7 @@ class PostModel extends UuidModel
|
|||
*/
|
||||
protected $useTimestamps = true;
|
||||
|
||||
protected $updatedField;
|
||||
protected $updatedField = '';
|
||||
|
||||
/**
|
||||
* @var array<string, string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue