Lavet contact create controller

This commit is contained in:
2020-06-29 10:30:09 +02:00
parent d4abbfc189
commit b555af06c7
2 changed files with 14 additions and 3 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class Contact extends Model
{
//
protected $fillable = [
'monday', "tuesday", 'wednesday', 'thursday', "friday", "saturday", "sunday"
];
}