1
This commit is contained in:
14
config/console.php
Normal file
14
config/console.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
|
||||
// 指令定义
|
||||
'commands' => [
|
||||
'curd' => 'app\common\command\Curd',
|
||||
'crud' => 'app\common\command\Curd',
|
||||
'node' => 'app\common\command\Node',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user