1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:24:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-21 21:53:33 +00:00 committed by StyleCI Bot
parent 7229691977
commit efcb2dd425

View file

@ -6,10 +6,9 @@ namespace Stancl\Tenancy\Middleware;
use Closure;
/**
* 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
{