Browse Source

[DoctrineBundle] removed unneeded use statement

Fabien Potencier 14 years ago
parent
commit
125df3ab3b
1 changed files with 0 additions and 1 deletions
  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;