123456789101112 |
- <?php
- // +----------------------------------------------------------------------
- // | 控制台配置
- // +----------------------------------------------------------------------
- return [
- // 指令定义
- 'commands' => [
- 'repair' => 'app\command\repair',
- 'repass' => 'app\command\repass',
- 'test' => 'app\command\test',
- ],
- ];
|