@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
6 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
7 | -use Symfony\Component\DependencyInjection\Definition; |
|
8 | -use Symfony\Component\DependencyInjection\Reference; |
|
9 | 7 | use Symfony\Component\DependencyInjection\Exception\OutOfBoundsException; |
10 | 8 | |
11 | 9 | class PasswordGenerator implements CompilerPassInterface |