From aac26377f2c66cee41e690fb4c993572c305651e Mon Sep 17 00:00:00 2001 From: therselman Date: Wed, 12 Jul 2017 20:42:19 +0200 Subject: [PATCH] --- src/Request.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Request.php b/src/Request.php index e60bc21..ee3936c 100644 --- a/src/Request.php +++ b/src/Request.php @@ -289,9 +289,9 @@ class Request } // Dynamic route controller::handler argument builder - private function _get_args_from_params(array $params) + private function (array $params) { - $byType = [ 'container' => &$this->container, + $byType = [ 'twister\container' => &$this->container, 'db' => &$this->db, 'request' => &$this, // 'user' => &$this->container->user