From b0b56f5279b17e29cc93d6daad499343bf18f56f Mon Sep 17 00:00:00 2001 From: therselman Date: Thu, 13 Jul 2017 02:57:28 +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 ee3936c..d45781d 100644 --- a/src/Request.php +++ b/src/Request.php @@ -289,7 +289,7 @@ class Request } // Dynamic route controller::handler argument builder - private function (array $params) + private function _get_args_from_params(array $params) { $byType = [ 'twister\container' => &$this->container, 'db' => &$this->db,