Commit 1edb0eb2 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3035 from danharper/patch-1

Missing Authenticator import in GuestFilter
parents 8f3d0ed8 3bb7a97c
<?php namespace App\Http\Filters; <?php namespace App\Http\Filters;
use Illuminate\Contracts\Auth\Authenticator;
use Illuminate\Http\RedirectResponse; use Illuminate\Http\RedirectResponse;
class GuestFilter { class GuestFilter {
......
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