Fixing the simple presenter.

This commit is contained in:
Ilya Bakhlin 2022-01-08 23:53:08 +01:00
parent 2a55c5933c
commit 6c8dcb3017

View file

@ -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;