Exemple #1
0
 /**
  * Remove controller params
  *
  * @param  string $controller
  * @return Router
  */
 public function removeControllerParams($controller)
 {
     $this->routeMatch->removeControllerParams($controller);
     return $this;
 }