Remove unused import

This commit is contained in:
sephster 2018-10-13 15:28:39 +01:00
parent b624124d5a
commit 50ab9dd8ac
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -9,7 +9,6 @@
namespace League\OAuth2\Server\Grant;
use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
use League\OAuth2\Server\Entities\ClientEntityInterface;
use League\OAuth2\Server\Entities\ScopeEntityInterface;
use League\OAuth2\Server\Entities\UserEntityInterface;