mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
基本完成命令生成;
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// | 控制台配置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use app\command\make\Component;
|
||||
use app\command\make\View;
|
||||
use app\command\ScanDemo;
|
||||
|
||||
@@ -11,6 +12,7 @@ return [
|
||||
'commands' => [
|
||||
'app\command\ResetPassword',
|
||||
View::class,
|
||||
ScanDemo::class
|
||||
ScanDemo::class,
|
||||
Component::class
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user