Эх сурвалжийг харах

Changing the route execution block procedure

ahwelp 2 жил өмнө
parent
commit
2d4f222269

+ 1 - 1
src/Routes/RouteCollection.php

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