We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ad31f1 + dace994 commit 5ed367dCopy full SHA for 5ed367d
src/Traits/ApplicationHelpTrait.php
@@ -71,7 +71,7 @@ public function showVersionInfo(): void
71
"$logo\n <info>{$name}</info>, Version <comment>$version</comment>\n",
72
'System Info' => "PHP version <info>$phpVersion</info>, on <info>$os</info> system",
73
'Application Info' => "Update at <info>$updateAt</info>, publish at <info>$publishAt</info>(current $date)",
74
- ], null, [
+ ], '', [
75
'leftChar' => '',
76
'sepChar' => ' : '
77
]);
0 commit comments