mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
dbed57fcf8
commit
529607cd56
1 changed files with 1 additions and 2 deletions
|
|
@ -82,8 +82,7 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
|
|
||||||
$this->app->make(Kernel::class)->prependMiddleware(Middleware\InitializeTenancy::class);
|
$this->app->make(Kernel::class)->prependMiddleware(Middleware\InitializeTenancy::class);
|
||||||
|
|
||||||
|
/*
|
||||||
/**
|
|
||||||
* Since tenancy is initialized in the global middleware stack, this
|
* Since tenancy is initialized in the global middleware stack, this
|
||||||
* middleware group acts mostly as a 'flag' for the PreventAccess
|
* middleware group acts mostly as a 'flag' for the PreventAccess
|
||||||
* middleware to decide whether the request should be aborted.
|
* middleware to decide whether the request should be aborted.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue