This commit is contained in:
as2252258@163.com
2021-04-21 01:48:37 +08:00
parent 33601a7d7b
commit e48c76e95d
-2
View File
@@ -51,8 +51,6 @@ class Dispatch
*/
public function dispatch(): mixed
{
// return call_user_func($this->handler, $this->request);
$dispatchParam = Context::getContext('dispatch-param');
if (empty($dispatchParam)) {
$dispatchParam = [\request()];