Skip to content

Commit 225fd43

Browse files
committed
feat: add /installed link back
1 parent faf3704 commit 225fd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private function intro()
192192

193193
private function outro(): void
194194
{
195-
$text = 'Enjoy the boost 🚀'; // https://boost.laravel.com/installed';
195+
$text = 'Enjoy the boost 🚀 https://boost.laravel.com/installed';
196196
$padding = (int) (floor(($this->terminal->cols() - mb_strlen($text)) / 2)) - 2;
197197
echo ' '.$this->colors->bgGreen($this->colors->black($this->colors->bold(str_repeat(' ', $padding).$text.str_repeat(' ', $padding)))).PHP_EOL;
198198
}

0 commit comments

Comments
 (0)