@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | namespace OAuth2Framework\SecurityBundle\Tests\TestBundle\Controller; |
15 | 15 | |
16 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
17 | 16 | use OAuth2Framework\SecurityBundle\Annotation\OAuth2; |
17 | +use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
18 | 18 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
19 | 19 | use Symfony\Component\HttpFoundation\JsonResponse; |
20 | 20 | use Symfony\Component\HttpFoundation\Response; |
@@ -14,9 +14,6 @@ |
||
14 | 14 | namespace OAuth2Framework\SecurityBundle\Tests\TestBundle\Service; |
15 | 15 | |
16 | 16 | use OAuth2Framework\SecurityBundle\Tests\TestBundle\Entity\User; |
17 | -use OAuth2Framework\SecurityBundle\Tests\TestBundle\Entity\UserRepository; |
|
18 | -use OAuth2Framework\Component\Core\UserAccount\UserAccountRepository; |
|
19 | -use Symfony\Component\Security\Core\Exception\UnsupportedUserException; |
|
20 | 17 | use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |
21 | 18 | use Symfony\Component\Security\Core\User\UserInterface; |
22 | 19 | use Symfony\Component\Security\Core\User\UserProviderInterface; |