Merge pull request #3035 from danharper/patch-1

Missing Authenticator import in GuestFilter
This commit is contained in:
Taylor Otwell 2014-09-24 22:33:52 -05:00
commit 1edb0eb24c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php namespace App\Http\Filters;
use Illuminate\Contracts\Auth\Authenticator;
use Illuminate\Http\RedirectResponse;
class GuestFilter {