Lavet sådan at man kan adde information til contacts databasen

This commit is contained in:
2020-06-29 11:14:07 +02:00
parent 419672a302
commit ba73440044
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ use Illuminate\Database\Eloquent\Model;
class Contact extends Model
{
protected $fillable = [
'name_first', "name_last", 'email', 'tel'
'name_first', "name_last", 'email', 'phone'
];
}