From c9f65c838edceb875bd5aaff3511d747b89c5455 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:49:24 +0800 Subject: [PATCH] Update Curd.php --- app/common/command/Curd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/command/Curd.php b/app/common/command/Curd.php index d3e08de..4047662 100644 --- a/app/common/command/Curd.php +++ b/app/common/command/Curd.php @@ -47,8 +47,8 @@ class Curd extends Command protected function execute(Input $input, Output $output) { - CliEcho::error('请使用系统自带的 CURD 可视化生成功能(关联功能增加中~),命令行 curd 功能不再维护!'); - return false; + // CliEcho::error('请使用系统自带的 CURD 可视化生成功能(关联功能增加中~),命令行 curd 功能不再维护!'); + // return false; $table = $input->getOption('table'); $controllerFilename = $input->getOption('controllerFilename');