mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
修改目录的命名习惯;
This commit is contained in:
@@ -15,7 +15,7 @@ namespace app\common\command;
|
||||
|
||||
use app\admin\model\SystemNode;
|
||||
use EasyAdmin\console\CliEcho;
|
||||
use app\common\tools\BuildCurd;
|
||||
use app\common\tools\BuildCurdTools;
|
||||
use think\console\Command;
|
||||
use think\console\Input;
|
||||
use think\console\input\Option;
|
||||
@@ -55,7 +55,7 @@ class Curd extends Command
|
||||
}
|
||||
|
||||
try {
|
||||
$build = (new BuildCurd())
|
||||
$build = (new BuildCurdTools())
|
||||
->setTable($table)
|
||||
->setForce($force);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user