From e59b78d2b1ba72dddf4731b5610b75041b976610 Mon Sep 17 00:00:00 2001 From: xl Date: Thu, 29 Aug 2024 16:10:20 +0800 Subject: [PATCH] eee --- src/RouterCollector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RouterCollector.php b/src/RouterCollector.php index 9dcf459..01199a3 100644 --- a/src/RouterCollector.php +++ b/src/RouterCollector.php @@ -273,7 +273,6 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate */ public function query(string $path, string $method): HttpRequestHandler { - var_dump($this->httpHandler, $method . '_' . $path); return $this->httpHandler[$method . '_' . $path] ?? new HttpRequestHandler([], $this->found); }