From aea6219993a0df8f28c0b4f5e6595f0b6439809a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 15 Aug 2019 17:33:16 +0200 Subject: [PATCH] wip --- src/Commands/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 22d9180f..7c2b51c6 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -72,6 +72,6 @@ Route::get('/your/application/homepage', function () { } $this->line(''); - $this->info('✨️ stancl/tenancy installed successfully.'); + $this->comment('✨️ stancl/tenancy installed successfully.'); } }