Exemple #1
0
 /**
  * Prepare routes
  *
  * @return Router
  */
 public function prepare()
 {
     $this->routeMatch->prepare();
     return $this;
 }