1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Update src/Appwrite/Utopia/Response/Model/Key.php

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
Shimon Newman 2022-06-01 12:55:46 +03:00 committed by GitHub
parent c31055f144
commit 0d24ebd6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ class Key extends Model
])
->addRule('expire', [
'type' => self::TYPE_INTEGER,
'description' => 'Key expiration .',
'description' => 'Key expiration timestamp.',
'default' => 0,
'example' => '1653990687',
])