Spaces:
No application file
No application file
declare(strict_types=1); | |
namespace Mautic\LeadBundle\Entity; | |
use Mautic\CoreBundle\Entity\CommonRepository; | |
/** | |
* @extends CommonRepository<ContactExportScheduler> | |
*/ | |
class ContactExportSchedulerRepository extends CommonRepository | |
{ | |
} | |