示例#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);
 }