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.'); } }