You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
483 B
PHP

<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
// 定时任务
'crontab' => 'app\common\command\Crontab',
'stat_month_data' => 'app\command\StatMonthData',
'stat_daily_data' => 'app\command\StatDailyData',
'stat_rich_data' => 'app\command\StatRichData',
],
];