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

2
src/Request.php

@ -289,7 +289,7 @@ class Request
} }
// Dynamic route controller::handler argument builder // Dynamic route controller::handler argument builder
private function (array $params) private function _get_args_from_params(array $params)
{ {
$byType = [ 'twister\container' => &$this->container, $byType = [ 'twister\container' => &$this->container,
'db' => &$this->db, 'db' => &$this->db,

Loading…
Cancel
Save