diff --git a/src/Request.php b/src/Request.php index 26cc15e..fc11544 100644 --- a/src/Request.php +++ b/src/Request.php @@ -323,7 +323,7 @@ class Request 'twister\request' => &$this ]; */ - $byType = $this->requestRouteParams; + $byType = $this->container->requestRouteParams; $args = []; foreach ($params as $param) {