1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13: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', [ ->addRule('dateCreated', [
'type' => self::TYPE_INTEGER, 'type' => self::TYPE_INTEGER,
'description' => 'File creation date in Unix timestamp.', 'description' => 'File creation date in Unix timestamp.',
'default' => '', 'default' => 0,
'example' => 1592981250, 'example' => 1592981250,
]) ])
->addRule('signature', [ ->addRule('signature', [