Skip to content

Commit

Permalink
[Doctrine] Remove AbstractDoctrineBundle and move code into Doctrine …
Browse files Browse the repository at this point in the history
…Bridge
  • Loading branch information
beberlei committed Oct 26, 2011
1 parent 45452cd commit e74d9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/DoctrineExtension.php
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\DefinitionDecorator;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Bundle\DoctrineAbstractBundle\DependencyInjection\AbstractDoctrineExtension;
use Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension;
use Symfony\Component\Config\FileLocator;

/**
Expand Down

0 comments on commit e74d9a1

Please sign in to comment.