Update Curd.php

This commit is contained in:
wolfcode
2024-08-06 19:49:24 +08:00
parent 7f3a3a85f3
commit c9f65c838e

View File

@@ -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');