@@ -5,12 +5,6 @@ |
||
5 | 5 | use Symfony\Component\Config\Definition\Builder\NodeDefinition; |
6 | 6 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
7 | 7 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
8 | -use Yokai\SecurityTokenBundle\Archive\DeleteArchivist; |
|
9 | -use Yokai\SecurityTokenBundle\Factory\TokenFactory; |
|
10 | -use Yokai\SecurityTokenBundle\InformationGuesser\InformationGuesser; |
|
11 | -use Yokai\SecurityTokenBundle\Manager\TokenManager; |
|
12 | -use Yokai\SecurityTokenBundle\Manager\UserManager; |
|
13 | -use Yokai\SecurityTokenBundle\Repository\TokenRepository; |
|
14 | 8 | |
15 | 9 | /** |
16 | 10 | * @author Yann Eugoné <[email protected]> |
@@ -6,13 +6,7 @@ |
||
6 | 6 | use Symfony\Component\Config\FileLocator; |
7 | 7 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
8 | 8 | use Symfony\Component\DependencyInjection\Loader; |
9 | -use Yokai\SecurityTokenBundle\Archive\ArchivistInterface; |
|
10 | 9 | use Yokai\SecurityTokenBundle\DependencyInjection\Factory\TokenConfigurationFactory; |
11 | -use Yokai\SecurityTokenBundle\Factory\TokenFactoryInterface; |
|
12 | -use Yokai\SecurityTokenBundle\InformationGuesser\InformationGuesserInterface; |
|
13 | -use Yokai\SecurityTokenBundle\Manager\TokenManagerInterface; |
|
14 | -use Yokai\SecurityTokenBundle\Manager\UserManagerInterface; |
|
15 | -use Yokai\SecurityTokenBundle\Repository\TokenRepositoryInterface; |
|
16 | 10 | |
17 | 11 | /** |
18 | 12 | * @author Yann Eugoné <[email protected]> |