Optimisations

This commit is contained in:
Simon Sessingø
2017-02-09 13:33:36 +01:00
parent ce276bd5b7
commit 86c3e513c3
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -125,6 +125,7 @@ class Router
* @param array $routes
* @param IGroupRoute|null $group
* @param IRoute|null $parent
* @throws NotFoundHttpException
*/
protected function processRoutes(array $routes, IGroupRoute $group = null, IRoute $parent = null)
{