v1.3.3 - Added comments and removed code

This commit is contained in:
frederikpyt
2020-09-22 08:56:03 +02:00
parent 13197b8be8
commit cc3d78200a
11 changed files with 31 additions and 61 deletions
@@ -156,6 +156,7 @@ class MenuPlanController extends Controller
$menuPlans = MenuPlan::query()->paginate(20);
//Create news
if($request->newsoption == true){
$news = new News();