Fixed contacts
This commit is contained in:
@@ -13,6 +13,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Contact extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'name_first', "name_last", 'email', 'phone'
|
||||
'contactname', "title", 'email', 'phone'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user