We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a696608 + b0c28e0 commit fccacceCopy full SHA for fccacce
1 file changed
src/DependencyInjection/DoctrineEncryptExtension.php
@@ -5,9 +5,9 @@
5
use Nowo\DoctrineEncryptBundle\Encryptors\DefuseEncryptor;
6
use Nowo\DoctrineEncryptBundle\Encryptors\HaliteEncryptor;
7
use Symfony\Component\Config\FileLocator;
8
-use Symfony\Component\DependencyInjection\Reference;
9
use Symfony\Component\DependencyInjection\ContainerBuilder;
10
use Symfony\Component\DependencyInjection\Loader;
+use Symfony\Component\DependencyInjection\Reference;
11
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
12
13
/**
0 commit comments