[TASK] Removed baseCfsrVerifier from constructor to make it completely

optional (to increase speed on project which doesn't need it).
This commit is contained in:
Simon Sessingø
2015-12-08 16:29:12 +01:00
parent 1d8e7c2caf
commit b1768d86f7
-1
View File
@@ -28,7 +28,6 @@ class RouterBase {
$this->backstack = array(); $this->backstack = array();
$this->controllerUrlMap = array(); $this->controllerUrlMap = array();
$this->request = Request::getInstance(); $this->request = Request::getInstance();
$this->baseCsrfVerifier = new BaseCsrfVerifier();
} }
public function addRoute(RouterEntry $route) { public function addRoute(RouterEntry $route) {