This commit is contained in:
2020-06-29 10:37:37 +02:00
parent 94b0d73cc4
commit bb307df506
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ use Illuminate\Database\Eloquent\Model;
class Contact extends Model
{
protected $fillable = [
'monday', "tuesday", 'wednesday', 'thursday', "friday", "saturday", "sunday"
'name_first', "name_last", 'email', 'tel'
];
}