Skip to content

Commit

Permalink
Change Auth\Guard to use Guard Contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Jan 2, 2016
1 parent 14d4de3 commit 4902ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/LaravelMixpanelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use GeneaLabs\LaravelMixpanel\LaravelMixpanel;
use GeneaLabs\LaravelMixpanel\Listeners\LaravelMixpanelEventHandler;
use GeneaLabs\LaravelMixpanel\Listeners\LaravelMixpanelUserObserver;
use Illuminate\Auth\Guard;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Support\Facades\Event;
use Illuminate\HTTP\Request;
use Illuminate\Support\ServiceProvider;
Expand Down

0 comments on commit 4902ad7

Please sign in to comment.