add contributors to dataset

This commit is contained in:
Arno Kaimbacher 2018-10-19 12:54:40 +02:00
parent f906b7eb77
commit 14878a20c8
7 changed files with 76 additions and 26 deletions

View file

@ -9,6 +9,7 @@ class Person extends Model
protected $fillable = [
'academic_title',
'date_of_birth',
'last_name',
'first_name',
'email',