From 7e034abf8c81359bfaae31b805d09e4851297f69 Mon Sep 17 00:00:00 2001 From: Max Heer Date: Wed, 6 Dec 2023 09:26:20 +0100 Subject: [PATCH] Bug Fixes bei Enthaelt + Inhaltsstoff erstellt --- Controller/EnthaeltController.php | 6 +++--- Controller/InhaltsstoffController.php | 10 ++++++++++ Model/EnthaeltModel.php | 2 +- Model/InhaltsstoffModel.php | 8 ++++++++ 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 Controller/InhaltsstoffController.php create mode 100644 Model/InhaltsstoffModel.php diff --git a/Controller/EnthaeltController.php b/Controller/EnthaeltController.php index b4e4aba..65bf83f 100644 --- a/Controller/EnthaeltController.php +++ b/Controller/EnthaeltController.php @@ -1,10 +1,10 @@ \ No newline at end of file diff --git a/Model/EnthaeltModel.php b/Model/EnthaeltModel.php index f3f4745..e296e43 100644 --- a/Model/EnthaeltModel.php +++ b/Model/EnthaeltModel.php @@ -1,5 +1,5 @@ \ No newline at end of file