Remove Leader Type
continuous-integration/drone/push Build is failing Details

This commit is contained in:
philipp lang 2025-07-09 23:23:11 +02:00
parent 6463997f8f
commit e06f924304
3 changed files with 0 additions and 3 deletions

View File

@ -75,7 +75,6 @@ class CityRemscheidDocument extends ContributionDocument
SpecialType::BIRTHDAY, SpecialType::BIRTHDAY,
SpecialType::ZIP, SpecialType::ZIP,
SpecialType::LOCATION, SpecialType::LOCATION,
SpecialType::LEADER
]; ];
} }
} }

View File

@ -71,7 +71,6 @@ class WuppertalDocument extends ContributionDocument
SpecialType::ZIP, SpecialType::ZIP,
SpecialType::LOCATION, SpecialType::LOCATION,
SpecialType::GENDER, SpecialType::GENDER,
SpecialType::LEADER,
]; ];
} }
} }

View File

@ -12,7 +12,6 @@ enum SpecialType: string
case LOCATION = 'Ort'; case LOCATION = 'Ort';
case ADDRESS = 'Adresse'; case ADDRESS = 'Adresse';
case GENDER = 'Geschlecht'; case GENDER = 'Geschlecht';
case LEADER = 'LeiterIn';
/** /**
* @return array<int, array{name: string, id: string}> * @return array<int, array{name: string, id: string}>