src/Products/NotificationsBundle/ProductsNotificationsBundle.php line 11

Open in your IDE?
  1. <?php
  2. namespace Products\NotificationsBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Class ProductsNotificationsBundle
  6.  * @package Products\NotificationsBundle
  7.  */
  8. final class ProductsNotificationsBundle extends Bundle
  9. {
  10. }