mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +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:
co-authored by
Vincent Ge
parent
26a2569b8e
commit
deb5164eb3
@@ -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,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user