Пример #1
0
 /**
  * App routing
  * @param string $path
  */
 public function route($path)
 {
     $this->router->route($path);
 }