src/Infrastructure/BlogBundle/WhaterInfrastructureBlogBundle.php line 11

Open in your IDE?
  1. <?php
  2. namespace Whater\Infrastructure\BlogBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5. * Class WhaterInfrastructureBlogBundle
  6. *
  7. * @package Whater\Infrastructure\BlogBundle
  8. */
  9. class WhaterInfrastructureBlogBundle extends Bundle
  10. {
  11. }