Browse Source

removed superfluous use statement

Lukas Kahwe Smith 14 năm trước cách đây
mục cha
commit
1f13356cd7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;