Commit 89f56815 authored by Taylor Otwell's avatar Taylor Otwell

No need to override this by default anymore.

parent f4a2282e
......@@ -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);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment