13 lines
199 B
PHP
Executable File
13 lines
199 B
PHP
Executable File
<?php
|
|
|
|
namespace MauticPlugin\MauticSocialBundle\Entity;
|
|
|
|
use Mautic\CoreBundle\Entity\CommonRepository;
|
|
|
|
/**
|
|
* @extends CommonRepository<Lead>
|
|
*/
|
|
class LeadRepository extends CommonRepository
|
|
{
|
|
}
|