mautic / app /bundles /CoreBundle /Entity /DeprecatedInterface.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
193 Bytes
<?php
namespace Mautic\CoreBundle\Entity;
/**
* Used simply to prevent config.php from loading a deprecated Entity leading to generating unused tables.
*/
interface DeprecatedInterface
{
}