Skip to content

Commit

Permalink
remove unused use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jan 26, 2016
1 parent bf27fe4 commit 57e50b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/JWTGuard.php
Expand Up @@ -14,9 +14,8 @@
use Illuminate\Http\Request;
use Illuminate\Auth\GuardHelpers;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\Auth\UserProvider;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
use Tymon\JWTAuth\Exceptions\JWTException;
use Illuminate\Contracts\Auth\UserProvider;

class JWTGuard implements Guard
{
Expand Down

0 comments on commit 57e50b8

Please sign in to comment.