From 01102f481e2d4ae09c812bd93493866b72b7a1b6 Mon Sep 17 00:00:00 2001 From: stancl Date: Thu, 15 Aug 2019 14:50:24 +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 189ec98d..d097584c 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')) ));