예제 #1
0
파일: Router.php 프로젝트: laravie/api
 /**
  * Gather the middleware for the given route.
  *
  * @param mixed $route
  *
  * @return array
  */
 public function gatherRouteMiddlewares($route)
 {
     return $this->adapter->gatherRouteMiddlewares($route);
 }