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