This commit is contained in:
2020-12-15 17:36:24 +08:00
parent 070717dbdb
commit 28c0de8cf2
+1 -1
View File
@@ -21,7 +21,7 @@ class Dispatch
/** @var Closure|array */
protected array|Closure $handler;
protected Request|\Swoole\Http\Request $request;
protected mixed $request;
/**
* @param $handler