mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 05:34:04 +00:00
Merge 6133c7cbe6 into c4960b76cb
This commit is contained in:
commit
818ea3ce98
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue