Explorar o código

Changing the route execution block procedure

ahwelp %!s(int64=2) %!d(string=hai) anos
pai
achega
2d4f222269
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Routes/RouteCollection.php

+ 1 - 1
src/Routes/RouteCollection.php

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