mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Indentation
This commit is contained in:
parent
ab8de77529
commit
c449951475
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue