[DoctrineMongoDBBundle] fixed use statement

This commit is contained in:
Fabien Potencier 2010-08-04 08:44:38 +02:00
parent fa3980f66f
commit 05b47c4a07

View File

@ -4,7 +4,7 @@ namespace Symfony\Bundle\DoctrineMongoDBBundle;
use Symfony\Framework\Bundle\Bundle;
use Symfony\Components\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Components\DependencyInjection\Loader\Loader;
use Symfony\Components\DependencyInjection\ContainerBuilder;
use Symfony\Bundle\DoctrineMongoDBBundle\DependencyInjection\MongoDBExtension;
/**