mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-12 05:11:07 +00:00
This commit is contained in:
parent
ea7f216a44
commit
aac26377f2
@ -289,9 +289,9 @@ class Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Dynamic route controller::handler argument builder
|
// 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,
|
'db' => &$this->db,
|
||||||
'request' => &$this,
|
'request' => &$this,
|
||||||
// 'user' => &$this->container->user
|
// 'user' => &$this->container->user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user