From e06f924304c083eb5fbf1b1e241e8940040fc2f3 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 9 Jul 2025 23:23:11 +0200 Subject: [PATCH] Remove Leader Type --- app/Contribution/Documents/CityRemscheidDocument.php | 1 - app/Contribution/Documents/WuppertalDocument.php | 1 - app/Form/Enums/SpecialType.php | 1 - 3 files changed, 3 deletions(-) diff --git a/app/Contribution/Documents/CityRemscheidDocument.php b/app/Contribution/Documents/CityRemscheidDocument.php index ee117b2a..830fc0d7 100644 --- a/app/Contribution/Documents/CityRemscheidDocument.php +++ b/app/Contribution/Documents/CityRemscheidDocument.php @@ -75,7 +75,6 @@ class CityRemscheidDocument extends ContributionDocument SpecialType::BIRTHDAY, SpecialType::ZIP, SpecialType::LOCATION, - SpecialType::LEADER ]; } } diff --git a/app/Contribution/Documents/WuppertalDocument.php b/app/Contribution/Documents/WuppertalDocument.php index c5f23920..c15558fa 100644 --- a/app/Contribution/Documents/WuppertalDocument.php +++ b/app/Contribution/Documents/WuppertalDocument.php @@ -71,7 +71,6 @@ class WuppertalDocument extends ContributionDocument SpecialType::ZIP, SpecialType::LOCATION, SpecialType::GENDER, - SpecialType::LEADER, ]; } } diff --git a/app/Form/Enums/SpecialType.php b/app/Form/Enums/SpecialType.php index 88d54659..41dddf5e 100644 --- a/app/Form/Enums/SpecialType.php +++ b/app/Form/Enums/SpecialType.php @@ -12,7 +12,6 @@ enum SpecialType: string case LOCATION = 'Ort'; case ADDRESS = 'Adresse'; case GENDER = 'Geschlecht'; - case LEADER = 'LeiterIn'; /** * @return array