eee
This commit is contained in:
@@ -33,7 +33,6 @@ class Get extends AbstractRequestMethod implements InjectMethodInterface
|
||||
if (!empty($this->version)) {
|
||||
$path = '/' . trim($this->version) . $path;
|
||||
}
|
||||
var_dump(RequestMethod::REQUEST_GET, $path);
|
||||
Router::addRoute(RequestMethod::REQUEST_GET, $path, [$class, $method]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user