*/ class SegmentsRepository extends Repository { protected function getEntityClassName() { return SegmentEntity::class; } }