diff --git a/app/Console/Commands/InstallCommand.php b/app/Console/Commands/InstallCommand.php index 8d5ea372..c9df46e0 100644 --- a/app/Console/Commands/InstallCommand.php +++ b/app/Console/Commands/InstallCommand.php @@ -56,7 +56,7 @@ class InstallCommand extends Command $this->configureMail(); $this->configureCachet(); - $this->success('Cachet is installed ⚡'); + $this->info('Cachet is installed ⚡'); } /**