mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-06 21:18:10 +00:00
16 lines
299 B
PHP
16 lines
299 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'key' => 'addon_schedule',
|
|
'name' => '插件计划任务',
|
|
'desc' => '',
|
|
'time' => [
|
|
'type' => 'min',
|
|
'min' => 1
|
|
],
|
|
'class' => 'addon\hello_world\app\job\AddonSchedule',
|
|
'function' => ''
|
|
],
|
|
];
|