mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Development
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user