12 lines
314 B
PHP
Executable File
12 lines
314 B
PHP
Executable File
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 控制台配置
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
// 指令定义
|
|
'commands' => [
|
|
// 定时任务
|
|
//'timer' => \app\console\command\Timer::class,
|
|
],
|
|
];
|