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());