Apply suggestions from code review

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Damodar Lohani 2021-06-16 12:52:05 +05:45 committed by GitHub
parent 9def955ab2
commit 7bb546ecb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
])