Remove unused imports

This commit is contained in:
sephster 2019-05-14 15:57:13 +01:00
parent 521ed9a8cb
commit 86d1581cd9
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
namespace League\OAuth2\Server\Grant;
use DateInterval;
use DateTime;
use League\OAuth2\Server\Entities\ClientEntityInterface;
use League\OAuth2\Server\Entities\UserEntityInterface;
use League\OAuth2\Server\Exception\OAuthServerException;

View File

@ -11,7 +11,6 @@
namespace League\OAuth2\Server\ResponseTypes;
use DateTime;
use League\OAuth2\Server\Entities\AccessTokenEntityInterface;
use League\OAuth2\Server\Entities\RefreshTokenEntityInterface;
use Psr\Http\Message\ResponseInterface;