*/ class StatisticsOpensRepository extends Repository { protected function getEntityClassName() { return StatisticsOpenEntity::class; } }