1234567891011 |
- <?php
- // +----------------------------------------------------------------------
- // | 控制台配置
- // +----------------------------------------------------------------------
- return [
- // 指令定义
- 'commands' => [
- 'fileconsole' => 'app\command\FileConsole',
- 'tagarticleconsole' => 'app\command\TagArticleConsole'
- ],
- ];
|