Changing the route execution block procedure
This commit is contained in:
@@ -170,7 +170,7 @@ class RouteCollection {
|
|||||||
|
|
||||||
//If Executed, interrupt route chain?
|
//If Executed, interrupt route chain?
|
||||||
if ($route->_block) {
|
if ($route->_block) {
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user