Example #1
0
 /**
  * Register a HTTPS route with the router.
  *
  * @param  string        $method
  * @param  string|array  $route
  * @param  mixed         $action
  * @return void
  */
 public static function secure($method, $route, $action)
 {
     Router::secure($method, $route, $action);
 }