src/Infrastructure/NotificationBundle/WhaterInfrastructureNotificationBundle.php line 12

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