Ejemplo n.º 1
0
 /**
  * Register a group of routes that share attributes.
  *
  * @param  array    $attributes
  * @param  Closure  $callback
  * @return void
  */
 public static function group($attributes, Closure $callback)
 {
     Router::group($attributes, $callback);
 }