DoctrineMongoDBBundle.php 356 B

12345678910111213141516
  1. <?php
  2. namespace Symfony\Bundle\DoctrineMongoDBBundle;
  3. use Symfony\Framework\Bundle\Bundle;
  4. /**
  5. * Doctrine MongoDB ODM bundle.
  6. *
  7. * @author Bulat Shakirzyanov <bulat@theopenskyproject.com>
  8. * @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
  9. * @author Jonathan H. Wage <jonwage@gmail.com>
  10. */
  11. class DoctrineMongoDBBundle extends Bundle
  12. {
  13. }