mautic / app /bundles /NotificationBundle /MauticNotificationBundle.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
144 Bytes
<?php
namespace Mautic\NotificationBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class MauticNotificationBundle extends Bundle
{
}