We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
about
1 parent e83b3bc commit 51b5edaCopy full SHA for 51b5eda
1 file changed
src/Illuminate/Foundation/Console/AboutCommand.php
@@ -86,6 +86,8 @@ public function handle()
86
})
87
->pipe(fn ($data) => $this->display($data));
88
89
+ $this->newLine();
90
+
91
return 0;
92
}
93
0 commit comments