fix(models): set updatedField as empty string when not used

This commit is contained in:
Yassine Doghri 2024-01-16 09:22:07 +00:00
commit 164f4d3be7
7 changed files with 6 additions and 7 deletions

View file

@ -74,7 +74,7 @@ class PostModel extends UuidModel
*/
protected $useTimestamps = true;
protected $updatedField;
protected $updatedField = '';
/**
* @var array<string, string>