Fixed menuplan create

This commit is contained in:
Anders
2020-06-30 08:21:36 +02:00
parent 45a7302640
commit c732d8eec0
3 changed files with 4 additions and 10 deletions
@@ -44,10 +44,7 @@ class MenuPlanController extends Controller
"monday" => "required|max:255",
"tuesday" => "required|max:255",
"wednesday" => "required|max:255",
"thursday" => "required|max:255",
"friday" => "required|max:255",
"saturday" => "required|max:255",
"sunday" => "required|max:255"
"thursday" => "required|max:255"
]);
$menuPlans = new MenuPlan($requestMenuPlanCreate);