Spaces:
No application file
No application file
namespace MauticPlugin\MauticSocialBundle\Entity; | |
use Mautic\CoreBundle\Entity\CommonRepository; | |
/** | |
* @extends CommonRepository<Lead> | |
*/ | |
class LeadRepository extends CommonRepository | |
{ | |
} | |