Example #1
0
 public static function static($path, $resource, $mime, $forceDownload)
 {
     self::register(Route::static($path, $resource, $mime, $forceDownload));
 }