<?php
namespace Mgilet\NotificationBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* MgiletNotificationBundle
*
* A simple Symfony 3 bundle for user notifications
*
* @author Maximilien Gilet <maximilien248@gmail.com>
* @license http://opensource.org/licenses/MIT The MIT License
* @link https://github.com/maximilienGilet/notification-bundle Repo for this bundle
*/
class MgiletNotificationBundle extends Bundle
{
}