Add more nullable fields
This commit is contained in:
parent
39bf3fc7f8
commit
7b9cad7580
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue