src/Infrastructure/UserBundle/WhaterInfrastructureUserBundle.php line 11

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