This commit is contained in:
2023-08-17 16:15:36 +08:00
parent 0e0bd39a39
commit 78ea525c83
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -36,7 +36,6 @@ class Get extends AbstractRequestMethod implements InjectRouteInterface
{
// TODO: Implement dispatch() method.
$path = '/' . ltrim($this->path, '/');
var_dump($path);
Router::addRoute(RequestMethod::REQUEST_GET, $path, [$class, $method]);
if ($this->enableOption) {