diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 559ba9a4..de1a81b2 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -27,7 +27,7 @@ class Install extends Command */ public function handle() { - $this->comment('Installing stancl/tenancy... ⌛'); + $this->comment('Installing stancl/tenancy...'); $this->callSilent('vendor:publish', [ '--provider' => 'Stancl\Tenancy\TenancyServiceProvider', '--tag' => 'config',