mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-12 05:52:16 +00:00
Merge pull request #42 from skipperbent/development
[TASK] Removed baseCfsrVerifier from constructor to make it completely
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user