Browse Source

Changing the route execution block procedure

ahwelp 2 years ago
parent
commit
2d4f222269
1 changed files with 1 additions and 1 deletions
  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;
                 }
             }
         }