Skip to content

Commit

Permalink
Update middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 10, 2014
1 parent 2cb7450 commit 97287c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Kernel extends HttpKernel {
'Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse',
'Illuminate\Session\Middleware\StartSession',
'Illuminate\View\Middleware\ShareErrorsFromSession',
'App\Http\Middleware\VerifyCsrfToken',
'Illuminate\Foundation\Http\Middleware\VerifyCsrfToken',
];

/**
Expand Down
50 changes: 0 additions & 50 deletions app/Http/Middleware/VerifyCsrfToken.php

This file was deleted.

0 comments on commit 97287c8

Please sign in to comment.