예제 #1
0
파일: Router.php 프로젝트: popphp/popphp
 /**
  * Remove controller params
  *
  * @param  string $controller
  * @return Router
  */
 public function removeControllerParams($controller)
 {
     $this->routeMatch->removeControllerParams($controller);
     return $this;
 }