mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
Fixing the simple presenter.
This commit is contained in:
parent
2a55c5933c
commit
6c8dcb3017
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ abstract class SimplePresenter implements IPresenter
|
||||||
|
|
||||||
echo "<!-- Trying to invoke $input[0] through router from ' . static::class . ' -->";
|
echo "<!-- Trying to invoke $input[0] through router from ' . static::class . ' -->";
|
||||||
|
|
||||||
$router = \Chandler\MVC\Routing\Router::i();
|
$router = \Chandler\MVC\Routing\Router::getInstance();
|
||||||
$__out = $router->execute($router->reverse(...$input), "' . static::class . '");
|
$__out = $router->execute($router->reverse(...$input), "' . static::class . '");
|
||||||
echo $__out;
|
echo $__out;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue