Fehler behoben

This commit is contained in:
Matthias Grief
2025-01-01 16:51:42 +01:00
parent 7764c626b9
commit d3e3c7ead3
4 changed files with 21 additions and 17 deletions

View File

@@ -1,8 +1,5 @@
<?php
use exception\SubjectDoesNotExistException;
use exception\TopicAlreadyExistsException;
require_once("Task.php");
require_once("Config.php");
require_once("Util.php");