This commit is contained in:
therselman 2017-07-13 02:57:28 +02:00
parent 62f772794b
commit b0b56f5279

View File

@ -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,