Add salutation field to contacts #13
This commit is contained in:
@@ -11,6 +11,7 @@ class Contact extends Model
|
||||
|
||||
protected $fillable = [
|
||||
'customer_id',
|
||||
'salutation',
|
||||
'first_name',
|
||||
'last_name',
|
||||
'email',
|
||||
|
||||
Reference in New Issue
Block a user