[OPTIMISATION] Fixed Group only loading middleware when initialised.

This commit is contained in:
Simon Sessingø
2015-11-01 10:24:05 +01:00
parent 3dd9dba029
commit 889ceaa37f

View File

@@ -29,8 +29,6 @@ class RouterGroup extends RouterEntry {
throw new RouterException('Method not allowed');
}
$this->loadMiddleware($request);
return parent::renderRoute($request);
}