mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +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
c04734048f
commit
26a2569b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class Func extends Model
|
|||
])
|
||||
->addRule('scheduleNext', [
|
||||
'type' => self::TYPE_DATETIME,
|
||||
'description' => 'Function next scheduled execution date in Datetime.',
|
||||
'description' => 'Function's next scheduled execution time in Datetime.',
|
||||
'default' => '',
|
||||
'example' => self::TYPE_DATETIME_EXAMPLE,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue