mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Merge branch '2.x' of github.com:stancl/tenancy into 2.x
This commit is contained in:
commit
92618e09a5
1 changed files with 1 additions and 2 deletions
|
|
@ -6,10 +6,9 @@ namespace Stancl\Tenancy\Middleware;
|
||||||
|
|
||||||
use Closure;
|
use Closure;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prevent access to non-tenant routes from domains that are not exempt from tenancy.
|
* Prevent access to non-tenant routes from domains that are not exempt from tenancy.
|
||||||
* = allow access to central routes only from routes listed in tenancy.exempt_routes
|
* = allow access to central routes only from routes listed in tenancy.exempt_routes.
|
||||||
*/
|
*/
|
||||||
class PreventAccessFromTenantDomains
|
class PreventAccessFromTenantDomains
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue