From 97429169c00d0479b49fd9c816a3724cdb723453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 15 Aug 2019 17:44:11 +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 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',