Spaces:
No application file
No application file
namespace Mautic\LeadBundle\Entity; | |
use Mautic\CoreBundle\Entity\CommonRepository; | |
/** | |
* @extends CommonRepository<CompanyChangeLog> | |
*/ | |
class CompanyChangeLogRepository extends CommonRepository | |
{ | |
} | |