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

This commit is contained in:
Pontoporeia
2026-04-30 11:34:52 +02:00
parent cb883ab33f
commit 9ba60084bf
3 changed files with 219 additions and 103 deletions

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';