fixed controller routing bug.
This commit is contained in:
parent
76a5bc483a
commit
4a5e7c6f61
|
@ -104,7 +104,7 @@ public function call()
|
||||||
{
|
{
|
||||||
if ($response instanceof Delegate)
|
if ($response instanceof Delegate)
|
||||||
{
|
{
|
||||||
return Controller::call($response, $this->parameters);
|
return Controller::call($response->destination, $this->parameters);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue