diff --git a/HttpServer/Route/Dispatch/Dispatch.php b/HttpServer/Route/Dispatch/Dispatch.php index 4edc9597..63ee9fb8 100644 --- a/HttpServer/Route/Dispatch/Dispatch.php +++ b/HttpServer/Route/Dispatch/Dispatch.php @@ -21,7 +21,7 @@ class Dispatch /** @var Closure|array */ protected array|Closure $handler; - protected Request|\Swoole\Http\Request $request; + protected mixed $request; /** * @param $handler