Add enum for process types in the museum

This commit is contained in:
2022-10-15 23:21:23 +02:00
parent cc1a23c2fd
commit 42a02c186a
4 changed files with 170 additions and 2 deletions

View File

@ -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");
}
}