Ver Fonte

removed superfluous use statement

Lukas Kahwe Smith há 14 anos atrás
pai
commit
1f13356cd7
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php

+ 0 - 1
src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Bundle\DoctrineBundle;
 
-use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\CreateProxyDirectoryPass;
 use Symfony\Component\DependencyInjection\Compiler\PassConfig;
 use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass;
 use Symfony\Component\DependencyInjection\ContainerBuilder;