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(