mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
[OPTIMISATION] Optimisations + bugfixes.
- Fixed references to Pecee framework. - Fixed variables not being initialised before usage. - Cleaned up duplicate checks. - Other small optimisations and bugfixes.
This commit is contained in:
@@ -45,7 +45,7 @@ class RouterResource extends RouterEntry {
|
||||
protected function call($method, $parameters) {
|
||||
$this->setCallback($this->controller . '@' . $method);
|
||||
$this->parameters = $parameters;
|
||||
return $this;
|
||||
return true;
|
||||
}
|
||||
|
||||
public function matchRoute(Request $request) {
|
||||
|
||||
Reference in New Issue
Block a user