mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Update src/Appwrite/Utopia/Response/Model/Func.php
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
This commit is contained in:
parent
26a2569b8e
commit
deb5164eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class Func extends Model
|
|||
])
|
||||
->addRule('schedulePrevious', [
|
||||
'type' => self::TYPE_DATETIME,
|
||||
'description' => 'Function Previous scheduled execution date in Datetime.',
|
||||
'description' => 'Function's previous scheduled execution time in Datetime.',
|
||||
'default' => '',
|
||||
'example' => self::TYPE_DATETIME_EXAMPLE,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue