diff --git a/src/MDColorsSet.php b/src/MDColorsSet.php index bef4d7b..3e3d988 100644 --- a/src/MDColorsSet.php +++ b/src/MDColorsSet.php @@ -77,7 +77,7 @@ final class MDColorsSet extends MDValueSet { * @return array */ public static function getUnsortedList(MDTlLoader $tlLoader):array { - return parent::getTlUnsortedList($tlLoader, self::GENDERS, "gender_set", "gender_set"); + return parent::getTlUnsortedList($tlLoader, self::COLOR_NAMES, "colors_set", "colors_set"); }