Exemple #1
0
 public function run()
 {
     $router = DI::router();
     $output = $router->getOutputByRequest();
     DI::render()->show($output, $router->getPath());
 }