Parcourir la source

[DoctrineBundle] removed unneeded use statement

Fabien Potencier il y a 14 ans
Parent
commit
125df3ab3b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;