Update console.php

This commit is contained in:
wolfcode
2024-05-14 13:33:30 +08:00
parent 0c68f2c1ad
commit 2ec046de07

View File

@@ -3,7 +3,11 @@
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'curd' => 'app\common\command\Curd',
'node' => 'app\common\command\Node',
],
];