Exemple #1
0
 /**
  * Método que retorna la ruta coincidente
  * @return array
  */
 public function getRouteMatch()
 {
     return $this->router->getRouteMatch();
 }