* @author Kris Wallsmith * @author Jonathan H. Wage */ class DoctrineMongoDBBundle extends Bundle { public function buildContainer(ContainerInterface $container) { Loader::registerExtension(new MongoDBExtension($container->getParameter('kernel.bundles'))); } }