1234567891011 |
- <?php
- // +----------------------------------------------------------------------
- // | 控制台配置
- // +----------------------------------------------------------------------
- return [
- // 指令定义
- 'commands' => [
- 'schedule:run' => app\command\Schedule::class,
- 'test' => 'app\command\Test'
- ],
- ];
|