Example #1
0
 /**
  * Run a callback with filters disable on the router.
  *
  * @param callable $callback
  * @return void 
  * @static 
  */
 public static function withoutFilters($callback)
 {
     \Illuminate\Routing\Router::withoutFilters($callback);
 }