diff --git a/src/ControllerInterpreter.php b/src/ControllerInterpreter.php index d180ed3..c342870 100644 --- a/src/ControllerInterpreter.php +++ b/src/ControllerInterpreter.php @@ -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')]); } }