*/ class NewsletterSegmentRepository extends Repository { protected function getEntityClassName() { return NewsletterSegmentEntity::class; } }