Update database

This commit is contained in:
Jake Barnby
2024-08-27 17:43:29 +12:00
parent 1eafbf2ee2
commit c18308c024
3 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class Func extends Model
])
->addRule('schedule', [
'type' => self::TYPE_STRING,
'description' => 'Function execution schedult in CRON format.',
'description' => 'Function execution schedule in CRON format.',
'default' => '',
'example' => '5 4 * * *',
])