From 186cbcf8832e582d1620a2975688addb021375aa Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 2 Jan 2017 19:16:55 +0000 Subject: [PATCH] Add finishing remark --- app/Console/Commands/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ⚡'); } /**