mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 09:04:03 +00:00
Merge 6133c7cbe6 into 37b2a91aa9
This commit is contained in:
commit
3847fd9257
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class PreventAccessFromUnwantedDomains
|
|||
{
|
||||
$route = tenancy()->getRoute($request);
|
||||
|
||||
if ($this->shouldBeSkipped($route) || tenancy()->routeIsUniversal($route)) {
|
||||
if ($this->shouldBeSkipped($route)) {
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue