Fixed contacts

This commit is contained in:
frederikpyt
2020-07-27 13:34:45 +02:00
parent 6979d0c0b4
commit 0c8cad9668
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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'
];
}