mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:34:02 +00:00
Fix indentation
This commit is contained in:
parent
febca87dfc
commit
0540fe4581
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ class Install extends Command
|
||||||
return str_replace(
|
return str_replace(
|
||||||
'protected $middlewarePriority = [',
|
'protected $middlewarePriority = [',
|
||||||
"protected \$middlewarePriority = [
|
"protected \$middlewarePriority = [
|
||||||
\Stancl\Tenancy\Middleware\PreventAccessFromTenantDomains::class,
|
\Stancl\Tenancy\Middleware\PreventAccessFromTenantDomains::class,
|
||||||
\Stancl\Tenancy\Middleware\InitializeTenancy::class,",
|
\Stancl\Tenancy\Middleware\InitializeTenancy::class,",
|
||||||
file_get_contents(app_path('Http/Kernel.php'))
|
file_get_contents(app_path('Http/Kernel.php'))
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue