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