No need to override this by default anymore.

This commit is contained in:
Taylor Otwell 2015-04-30 14:59:22 -05:00
parent f4a2282e4e
commit 89f568156f
1 changed files with 0 additions and 12 deletions

View File

@ -13,16 +13,4 @@ class VerifyCsrfToken extends BaseVerifier
protected $except = [
//
];
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
return parent::handle($request, $next);
}
}