@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Del\Repository\UserRepository as UserRepo; |
6 | 6 | use League\OAuth2\Server\Entities\ClientEntityInterface; |
7 | -use League\OAuth2\Server\Entities\UserEntityInterface; |
|
8 | 7 | use League\OAuth2\Server\Repositories\UserRepositoryInterface; |
9 | 8 | use OAuth\Client; |
10 | 9 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Del\Service\UserService; |
6 | 6 | use OAuth\Client; |
7 | 7 | use OAuth\Service\ClientService; |
8 | -use OAuth\OAuthUser; |
|
9 | 8 | use Symfony\Component\Console\Command\Command; |
10 | 9 | use Symfony\Component\Console\Input\InputInterface; |
11 | 10 | use Symfony\Component\Console\Output\OutputInterface; |