fix: require SmtpRelay.php before StudentEmail.php in partage/index.php

This commit is contained in:
Pontoporeia
2026-05-05 11:04:52 +02:00
parent cb883ab33f
commit 9ba60084bf
3 changed files with 219 additions and 103 deletions
+1
View File
@@ -430,6 +430,7 @@ function handleShareLinkSubmission(string $slug): void
}
require_once APP_ROOT . '/src/Controllers/ThesisCreateController.php';
require_once APP_ROOT . '/src/SmtpRelay.php';
require_once APP_ROOT . '/src/StudentEmail.php';
require_once APP_ROOT . '/src/AppLogger.php';