Fix parent-child compatibility with class function names
This commit is contained in:
@ -29,7 +29,7 @@ class MDMarkingTypesSet extends MDValueSet {
|
||||
* @return array<string>
|
||||
*/
|
||||
public static function getSortedList(MDTlLoader $tlLoader):array {
|
||||
return parent::getSortedList($tlLoader, self::MARKING_TYPES, "marking_types", "marking_types");
|
||||
return parent::getTlSortedList($tlLoader, self::MARKING_TYPES, "marking_types", "marking_types");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user