Merge pull request #26 from skipperbent/development

[OPTIMISATION] Fixed Group only loading middleware when initialised.
This commit is contained in:
Simon Sessingø
2015-11-01 10:24:51 +01:00
-2
View File
@@ -29,8 +29,6 @@ class RouterGroup extends RouterEntry {
throw new RouterException('Method not allowed');
}
$this->loadMiddleware($request);
return parent::renderRoute($request);
}