API refactor

This commit is contained in:
Johann Hoffmann
2024-06-10 13:30:44 +02:00
parent 068aa03b4f
commit 9350e9230f
+1 -1
View File
@@ -57,7 +57,7 @@ if(!$benutzer->load($uid))
$p = new phrasen(getSprache());
$db = new basis_db();
$student = new student;
$student = new Profil;
$stundenplan = new stundenplan('stundenplan');
$anwesenheit = new anwesenheit;