Fix route link til edit på menuplan
This commit is contained in:
@@ -76,7 +76,7 @@ class MenuPlanController extends Controller
|
||||
public function edit($id)
|
||||
{
|
||||
$editLink = MenuPlan::find($id);
|
||||
return Response::detect("menuplans.edit", ["menu-plans" => $editLink]);
|
||||
return Response::detect("menuplans.edit", ["menuPlans" => $editLink]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user