v0.10.0d - Rolled back menuplan to old system layout and functionality

This commit is contained in:
2020-08-17 12:24:43 +02:00
parent 773655c294
commit 9db169aadb
7 changed files with 92 additions and 86 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ class MenuPlan extends Model
{
//protected variable which contains name of database field(s) to be filled.
protected $fillable = [
'week', 'menu'
'week', 'monday', "tuesday", 'wednesday', 'thursday'
];
}