Skip to content

Commit 6ee3153

Browse files
committed
Merge pull request #42 from skipperbent/development
[TASK] Removed baseCfsrVerifier from constructor to make it completely
2 parents 03f90a1 + b1768d8 commit 6ee3153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Pecee/SimpleRouter/RouterBase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function __construct() {
2828
$this->backstack = array();
2929
$this->controllerUrlMap = array();
3030
$this->request = Request::getInstance();
31-
$this->baseCsrfVerifier = new BaseCsrfVerifier();
3231
}
3332

3433
public function addRoute(RouterEntry $route) {

0 commit comments

Comments
 (0)