Commit f1beeb4d authored by Patrick Brouwers's avatar Patrick Brouwers

Remove redundant Closure namespace import in VerifyCsrfToken

parent fdf6dd7c
<?php namespace App\Http\Middleware;
use Closure;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
......
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