feature/formeln-backend #84

Merged
mg8220s merged 9 commits from feature/formeln-backend into dev 2024-12-14 18:19:32 +01:00
Showing only changes of commit 99b0f51080 - Show all commits

View File

@@ -3,6 +3,7 @@
use exception\SubjectDoesNotExistException; use exception\SubjectDoesNotExistException;
use exception\TopicAlreadyExistsException; use exception\TopicAlreadyExistsException;
require_once("Task.php");
require_once("Config.php"); require_once("Config.php");
require_once("Util.php"); require_once("Util.php");