This commit is contained in:
2023-04-19 12:37:58 +08:00
parent 6d189a399e
commit b6dcba6db4
+1 -1
View File
@@ -97,7 +97,7 @@ class ControllerInterpreter
$class->afterAction($response);
return $response;
};
return new Handler($call, \Kiri::service()->get('request'));
return new Handler($call, [\Kiri::service()->get('request')]);
}
}