1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 09:04:03 +00:00
This commit is contained in:
lukinovec 2026-01-18 15:47:22 +01:00 committed by GitHub
commit 3847fd9257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ class PreventAccessFromUnwantedDomains
{ {
$route = tenancy()->getRoute($request); $route = tenancy()->getRoute($request);
if ($this->shouldBeSkipped($route) || tenancy()->routeIsUniversal($route)) { if ($this->shouldBeSkipped($route)) {
return $next($request); return $next($request);
} }