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
co-authored by Eldad A. Fux
parent 9def955ab2
commit 7bb546ecb3
@@ -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,
])