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