From a17c7b121c7f973bf1dc46877f6883cf97d1139b Mon Sep 17 00:00:00 2001 From: therselman Date: Sat, 26 Aug 2017 12:18:51 +0200 Subject: [PATCH] --- src/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {