Skip to content

Commit

Permalink
what was I thinking
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Dec 1, 2014
1 parent 52fe4c1 commit 05fe728
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Tymon/JWTAuth/Providers/FirebaseProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php namespace Tymon\JWTAuth\Providers;

use Tymon\JWTAuth\Providers\AbstractProvider;
use Tymon\JWTAuth\Providers\ProviderInterface;
use Tymon\JWTAuth\Exceptions\TokenExpiredException;
use Tymon\JWTAuth\Exceptions\JWTException;
use JWT as Firebase;
use Exception;
Expand Down Expand Up @@ -56,4 +55,4 @@ public function decode($token)
return $this->createPayload($payload);
}

}
}

0 comments on commit 05fe728

Please sign in to comment.