Add more nullable fields

This commit is contained in:
philipp lang 2020-07-04 01:49:59 +02:00
parent 39bf3fc7f8
commit 7b9cad7580
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];