1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Last fix ?

This commit is contained in:
Eldad Fux 2021-01-13 18:17:28 +02:00
parent 5891698034
commit 2fd86c809a

View file

@ -32,7 +32,7 @@ class File extends Model
->addRule('dateCreated', [
'type' => self::TYPE_INTEGER,
'description' => 'File creation date in Unix timestamp.',
'default' => '',
'default' => 0,
'example' => 1592981250,
])
->addRule('signature', [