From 21422da15d62312494bce806eb99e793713619ce Mon Sep 17 00:00:00 2001 From: stancl Date: Sun, 19 Jan 2020 11:00:33 +0000 Subject: [PATCH] Apply fixes from StyleCI --- 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 c1012d94..426bf1d3 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -33,7 +33,7 @@ class Install extends Command $this->callSilent('vendor:publish', [ '--provider' => 'Stancl\Tenancy\TenancyServiceProvider', '--tag' => 'config', - ]); + ]); $this->info('✔️ Created config/tenancy.php'); $newKernel = str_replace(