Merge pull request #3035 from danharper/patch-1
Missing Authenticator import in GuestFilter
This commit is contained in:
commit
1edb0eb24c
|
@ -1,5 +1,6 @@
|
|||
<?php namespace App\Http\Filters;
|
||||
|
||||
use Illuminate\Contracts\Auth\Authenticator;
|
||||
use Illuminate\Http\RedirectResponse;
|
||||
|
||||
class GuestFilter {
|
||||
|
|
Loading…
Reference in New Issue