<?php
declare(strict_types=1);
namespace Pumukit\NotificationBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class PumukitNotificationBundle extends Bundle {}