Remove Leader Type
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
6463997f8f
commit
e06f924304
|
@ -75,7 +75,6 @@ class CityRemscheidDocument extends ContributionDocument
|
||||||
SpecialType::BIRTHDAY,
|
SpecialType::BIRTHDAY,
|
||||||
SpecialType::ZIP,
|
SpecialType::ZIP,
|
||||||
SpecialType::LOCATION,
|
SpecialType::LOCATION,
|
||||||
SpecialType::LEADER
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,7 +71,6 @@ class WuppertalDocument extends ContributionDocument
|
||||||
SpecialType::ZIP,
|
SpecialType::ZIP,
|
||||||
SpecialType::LOCATION,
|
SpecialType::LOCATION,
|
||||||
SpecialType::GENDER,
|
SpecialType::GENDER,
|
||||||
SpecialType::LEADER,
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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}>
|
||||||
|
|
Loading…
Reference in New Issue