mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-14 11:42:48 +00:00
9 lines
114 B
PHP
9 lines
114 B
PHP
<?php
|
|
|
|
use app\task\CronTask;
|
|
|
|
return [
|
|
'tasks' => [
|
|
CronTask::class, //任务的完整类名
|
|
]
|
|
]; |