This commit is contained in:
2025-12-30 20:00:50 +08:00
parent 45ed584435
commit 1b08ae2be3
4 changed files with 53 additions and 16 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class Middleware implements InjectMethodInterface
*/
public function dispatch(string $class, string $method): void
{
MiddlewareManager::set($class, $method, $this->middleware);
// MiddlewareManager::set($class, $method, $this->middleware);
}