From 35c817d1c2da00eb8e8e555a112b52d95dadaec2 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 25 Apr 2024 23:48:51 +0200 Subject: [PATCH] Add subscription_id to nami fields --- app/Member/Member.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Member/Member.php b/app/Member/Member.php index 65a8bdf9..ad6b3848 100644 --- a/app/Member/Member.php +++ b/app/Member/Member.php @@ -56,7 +56,7 @@ class Member extends Model implements Geolocatable /** * @var array */ - public static array $namiFields = ['firstname', 'lastname', 'joined_at', 'birthday', 'send_newspaper', 'address', 'zip', 'location', 'nickname', 'other_country', 'further_address', 'main_phone', 'mobile_phone', 'work_phone', 'fax', 'email', 'email_parents', 'gender_id', 'confession_id', 'region_id', 'country_id', 'fee_id', 'nationality_id', 'slug', 'lat', 'lon']; + public static array $namiFields = ['firstname', 'lastname', 'joined_at', 'birthday', 'send_newspaper', 'address', 'zip', 'location', 'nickname', 'other_country', 'further_address', 'main_phone', 'mobile_phone', 'work_phone', 'fax', 'email', 'email_parents', 'gender_id', 'confession_id', 'region_id', 'country_id', 'fee_id', 'nationality_id', 'slug', 'subscription_id']; /** * @var array