From 9dd511163c125c0099c0ae9c642c66ca69278dd0 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 23 Oct 2024 13:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E4=B8=B4=E6=97=B6=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A2=9E=E5=8A=A0=E7=BB=93=E5=B0=BE=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/common/command/CurdBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/base/common/command/CurdBase.php b/extend/base/common/command/CurdBase.php index 5dfce62..cb795a3 100644 --- a/extend/base/common/command/CurdBase.php +++ b/extend/base/common/command/CurdBase.php @@ -137,7 +137,7 @@ class CurdBase extends Command $root_path = App::getRootPath(); $output_endfix = ' >> ' . $root_path . $base_path; } - $output->info($vo . $output_endfix); + $output->info($vo . $output_endfix . ' '); } } catch (\Exception $e) { $output->error($e->getMessage());