Example #1
0
 /**
  * Register many request URIs to a single action.
  *
  * @param  array  $routes
  * @param  mixed  $action
  * @return void
  */
 public static function share($routes, $action)
 {
     Router::share($routes, $action);
 }