diff --git a/src/Console/MakeCommand.php b/src/Console/MakeCommand.php index 7ab19e7..70ee0af 100644 --- a/src/Console/MakeCommand.php +++ b/src/Console/MakeCommand.php @@ -227,7 +227,10 @@ protected function createView() */ protected function summary() { - $this->line(''); + if (! Str::contains($this->type, ['Block', 'Widget'])) { + $this->newLine(); + } + $this->line("🎉 {$this->getNameInput()} {$this->getType()} successfully composed."); $this->line(" ⮑ {$this->shortenPath($this->path)}");