Skip to content

Commit

Permalink
Update shift files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Sep 2, 2017
1 parent c1d523b commit cde28f6
Show file tree
Hide file tree
Showing 3 changed files with 2,326 additions and 1,909 deletions.
4 changes: 2 additions & 2 deletions app/Http/Middleware/VerifyCsrfToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace App\Http\Middleware;

use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;

class VerifyCsrfToken extends BaseVerifier
class VerifyCsrfToken extends Middleware
{
/**
* The URIs that should be excluded from CSRF verification.
Expand Down
Loading

0 comments on commit cde28f6

Please sign in to comment.