more fixes

This commit is contained in:
2023-12-18 08:19:27 +01:00
parent c598e48006
commit 621e25ee86
3 changed files with 50 additions and 49 deletions

View File

@@ -1,10 +1,10 @@
<?php
//Programmiert von: Max Heer, Getestet von:
namespace kindergartenverwaltung\Controller;
namespace ppb\Controller;
use kindergartenverwaltung\Libary\Msg;
use kindergartenverwaltung\Model\EnthaeltModel;
use ppb\Libary\Msg;
use ppb\Model\EnthaeltModel;
class EnthaeltController
{