Add enum for process types in the museum
This commit is contained in:
@ -35,7 +35,7 @@ final class MDProcessTypesSet extends MDValueSet {
|
||||
* @return array<string>
|
||||
*/
|
||||
public static function getSortedList(MDTlLoader $tlLoader):array {
|
||||
return parent::getTlSortedList($tlLoader, self::POSITIONS, "process_types", "process_types");
|
||||
return parent::getTlSortedList($tlLoader, self::TYPES, "process_types", "process_types");
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user