Ver Fonte

[DoctrineBundle] removed unneeded use statement

Fabien Potencier há 14 anos atrás
pai
commit
125df3ab3b
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php

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

@@ -11,7 +11,6 @@
 
 namespace Symfony\Bundle\DoctrineBundle;
 
-use Symfony\Component\DependencyInjection\ContainerInterface;
 use Doctrine\Common\EventManager;
 use Doctrine\DBAL\Configuration;
 use Doctrine\DBAL\DriverManager;