Browse Source

No need to override this by default anymore.

Taylor Otwell 9 years ago
parent
commit
89f568156f
1 changed files with 0 additions and 12 deletions
  1. 0 12
      app/Http/Middleware/VerifyCsrfToken.php

+ 0 - 12
app/Http/Middleware/VerifyCsrfToken.php

@@ -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);
-    }
 }