From 6929bed90ad187132847794027d314be010e0ac7 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 31 Dec 2025 01:51:47 +0800 Subject: [PATCH] eee --- src/Annotate/Get.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Annotate/Get.php b/src/Annotate/Get.php index 13b78e3..629a9ba 100644 --- a/src/Annotate/Get.php +++ b/src/Annotate/Get.php @@ -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]); }