@@ -170,7 +170,7 @@ class RouteCollection {
//If Executed, interrupt route chain?
if ($route->_block) {
- return;
+ break;
}