v0.5.11 - Changed CKEditor to TinyMCEditor / Removed Monday-Thursday in menu_plans and added a TinyMCEditor instead.

This commit is contained in:
Anders
2020-08-07 12:20:15 +02:00
parent c268440021
commit 9a6d1b64c1
6 changed files with 52 additions and 49 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', 'monday', "tuesday", 'wednesday', 'thursday'
'week', 'menu'
];
}