Commit 3bb7a97c authored by Dan Harper's avatar Dan Harper

Missing Authenticator import in GuestFilter

parent 076d86bf
<?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