1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:14:04 +00:00

Indentation

This commit is contained in:
Samuel Štancl 2020-03-15 16:14:11 +01:00
parent ab8de77529
commit c449951475

View file

@ -85,7 +85,7 @@ class Install extends Command
} else { } else {
return str_replace( return str_replace(
'];\n}', '];\n}',
"protected \$middlewarePriority = [ " protected \$middlewarePriority = [
\App\Http\Middleware\CheckForMaintenanceMode::class, \App\Http\Middleware\CheckForMaintenanceMode::class,
\Stancl\Tenancy\Middleware\PreventAccessFromTenantDomains::class, \Stancl\Tenancy\Middleware\PreventAccessFromTenantDomains::class,
\Stancl\Tenancy\Middleware\InitializeTenancy::class, \Stancl\Tenancy\Middleware\InitializeTenancy::class,