Example #1
0
 /**
  * Merge the group stack with the controller action.
  *
  * @param  \Nova\Routing\Route  $route
  * @return void
  */
 protected function mergeController($route)
 {
     $action = $this->mergeWithLastGroup($route->getAction());
     $route->setAction($action);
 }