Changing the route execution block procedure

This commit is contained in:
ahwelp
2023-01-24 13:25:56 +00:00
parent 33f5b7462b
commit 2d4f222269
+1 -1
View File
@@ -170,7 +170,7 @@ class RouteCollection {
//If Executed, interrupt route chain? //If Executed, interrupt route chain?
if ($route->_block) { if ($route->_block) {
return; break;
} }
} }
} }