vendor/mgilet/notification-bundle/MgiletNotificationBundle.php line 16

Open in your IDE?
  1. <?php
  2. namespace Mgilet\NotificationBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * MgiletNotificationBundle
  6.  *
  7.  * A simple Symfony 3 bundle for user notifications
  8.  *
  9.  * @author    Maximilien Gilet <maximilien248@gmail.com>
  10.  * @license   http://opensource.org/licenses/MIT The MIT License
  11.  * @link      https://github.com/maximilienGilet/notification-bundle Repo for this bundle
  12.  */
  13. class MgiletNotificationBundle extends Bundle
  14. {
  15. }