mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-06 20:32:49 +08:00
基本完成描述列表组件;
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use app\command\make\View;
|
||||
use app\command\ScanDemo;
|
||||
|
||||
return [
|
||||
// 指令定义
|
||||
'commands' => [
|
||||
'app\command\ResetPassword',
|
||||
View::class
|
||||
View::class,
|
||||
ScanDemo::class
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user