mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
parent
9def955ab2
commit
7bb546ecb3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class Bucket extends Model
|
|||
])
|
||||
->addRule('dateUpdated', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Bucket updated date in Unix timestamp.',
|
||||
'description' => 'Bucket update date in Unix timestamp.',
|
||||
'default' => 0,
|
||||
'example' => 1592981250,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue