We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5f369 commit 25b7aa4Copy full SHA for 25b7aa4
1 file changed
src/Router.php
@@ -11,7 +11,6 @@ class Router
11
public static $baseUrl = '/';
12
public static $pageRoot = 'pages/';
13
public static $templateRoot = 'templates/';
14
- public static $allowGet = false;
15
public static $executeRedirect = true;
16
17
protected static $url = null;
0 commit comments