mautic / app /bundles /CoreBundle /Model /MauticModelInterface.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
199 Bytes
<?php
declare(strict_types=1);
namespace Mautic\CoreBundle\Model;
/**
* Classes implementing this interface will be autoconfigured as MauticModel services.
*/
interface MauticModelInterface
{
}