v0.5.11 - Changed CKEditor to TinyMCEditor / Removed Monday-Thursday in menu_plans and added a TinyMCEditor instead.
This commit is contained in:
@@ -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'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user