Include-Fehler behoben

This commit is contained in:
Matthias Grief
2024-12-13 23:01:17 +01:00
parent b38d4b038c
commit 99b0f51080

View File

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