Development

This commit is contained in:
Simon Sessingø
2016-11-19 04:41:29 +01:00
parent ed1ac74e7a
commit 8f33cc1a39
6 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ abstract class RouterEntry
}
if (count($this->where) > 0) {
$output['where'] = $this->where;
//$output['where'] = $this->where;
}
if (count($this->requestMethods) > 0) {