Removed unused imports

This commit is contained in:
Alex Bilbie 2016-01-15 18:37:46 +00:00
parent bcd84320da
commit dce1620f60
2 changed files with 0 additions and 5 deletions

View File

@ -4,7 +4,6 @@ namespace League\OAuth2\Server\Entities;
use League\OAuth2\Server\Entities\Interfaces\RefreshTokenEntityInterface;
use League\OAuth2\Server\Entities\Traits\EntityTrait;
use League\OAuth2\Server\Entities\Traits\RefreshTokenTrait;
use League\OAuth2\Server\Entities\Traits\TokenEntityTrait;
/**
* Class RefreshTokenEntity

View File

@ -12,10 +12,6 @@
namespace League\OAuth2\Server\Grant;
use DateInterval;
use Lcobucci\JWT\Parser;
use Lcobucci\JWT\Signer\Key;
use Lcobucci\JWT\Signer\Rsa\Sha256;
use Lcobucci\JWT\ValidationData;
use League\OAuth2\Server\Entities\AccessTokenEntity;
use League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface;
use League\OAuth2\Server\Entities\RefreshTokenEntity;