This commit is contained in:
2024-01-08 11:14:17 +01:00
parent 7994432aca
commit 4b11857f6d
3 changed files with 15 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ class BenutzerController
}
// Fügt einen Benutzer in die Datenbank hinzu
public function insertBenutzer($data)
public function writeBenutzer($data)
{
$result = $this->db->insertBenutzer($data);

View File

@@ -1,7 +1,7 @@
<?php
// Programmiert durch Samuel Wolff
// Getestet durch: Nicht getestet
// Getestet durch: Samuel Wolff
namespace ppb\Controller;