Skip to content

Commit

Permalink
removed superfluous use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Mar 8, 2011
1 parent 3212a45 commit 0e72d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DoctrineBundle.php
Expand Up @@ -11,7 +11,6 @@


namespace Symfony\Bundle\DoctrineBundle; namespace Symfony\Bundle\DoctrineBundle;


use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\CreateProxyDirectoryPass;
use Symfony\Component\DependencyInjection\Compiler\PassConfig; use Symfony\Component\DependencyInjection\Compiler\PassConfig;
use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass; use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass;
use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit 0e72d8a

Please sign in to comment.