diff --git a/src/Member.php b/src/Member.php index 8ae4a3e..541bbb0 100644 --- a/src/Member.php +++ b/src/Member.php @@ -40,7 +40,7 @@ class Member extends Model { protected $casts = []; - protected $nullable = ['further_address', 'other_country', 'nickname']; + protected $nullable = ['further_address', 'other_country', 'nickname', 'main_phone', 'mobile_phone', 'work_phone', 'fax', 'email', 'email_parents']; protected $guarded = [];