From 0540fe4581fc98f0ad28f5ebf727c9946d9353dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 17 Mar 2020 16:41:38 +0100 Subject: [PATCH] Fix indentation --- src/Commands/Install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 2210eff4..af5fe736 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -78,8 +78,8 @@ class Install extends Command return str_replace( 'protected $middlewarePriority = [', "protected \$middlewarePriority = [ - \Stancl\Tenancy\Middleware\PreventAccessFromTenantDomains::class, - \Stancl\Tenancy\Middleware\InitializeTenancy::class,", + \Stancl\Tenancy\Middleware\PreventAccessFromTenantDomains::class, + \Stancl\Tenancy\Middleware\InitializeTenancy::class,", file_get_contents(app_path('Http/Kernel.php')) ); } else {