therselman 7 years ago
parent
commit
a17c7b121c
  1. 2
      src/Request.php

2
src/Request.php

@ -323,7 +323,7 @@ class Request @@ -323,7 +323,7 @@ class Request
'twister\request' => &$this
];
*/
$byType = $this->requestRouteParams;
$byType = $this->container->requestRouteParams;
$args = [];
foreach ($params as $param)
{

Loading…
Cancel
Save