Benutzer-/KindController + Model Fixes, richtige Datenbank angegeben

This commit is contained in:
2023-12-14 16:59:16 +01:00
parent a915732afd
commit 9f7060d202
5 changed files with 15 additions and 15 deletions

View File

@@ -3,10 +3,10 @@
// Programmiert durch Samuel Wolff
// Getestet durch: Nicht getestet
namespace kindergartenverwaltung\Controller;
namespace ppb\Controller;
use kindergartenverwaltung\Library\Msg;
use kindergartenverwaltung\Model\KindModel;
use ppb\Library\Msg;
use ppb\Model\KindModel;
class KindController{