fixed controller routing bug.
This commit is contained in:
@@ -104,7 +104,7 @@ class Route {
|
|||||||
{
|
{
|
||||||
if ($response instanceof Delegate)
|
if ($response instanceof Delegate)
|
||||||
{
|
{
|
||||||
return Controller::call($response, $this->parameters);
|
return Controller::call($response->destination, $this->parameters);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user