Exemple #1
0
 /**
  * Gather the middleware for the given route.
  *
  * @param mixed $route
  *
  * @return array
  */
 public function gatherRouteMiddlewares($route)
 {
     return $this->adapter->gatherRouteMiddlewares($route);
 }