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