refactoring

This commit is contained in:
2026-06-04 18:32:01 +02:00
parent b130bf9e19
commit 5892a875c8
9 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
require_once "php/model/LocalUserDAO.php";
require_once "php/model/LocalUserManager.php";
$dao = new LocalUserDAO();
$dao = new LocalUserManager();
$error = null;
/*