From 89ca2b518f5fe4c50c5f4cf4f98b53ad08be258f Mon Sep 17 00:00:00 2001 From: stancl Date: Thu, 15 Aug 2019 15:23:11 +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 44e0a5fc..a653189b 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -35,7 +35,7 @@ class Install extends Command $this->info('✔️ Created config/tenancy.php'); file_put_contents(app_path('Http/Kernel.php'), str_replace( - "protected \$middlewarePriority = [", + 'protected $middlewarePriority = [', "protected \$middlewarePriority = [\n \Stancl\Tenancy\Middleware\InitializeTenancy::class,", file_get_contents(app_path('Http/Kernel.php')) ));