This commit is contained in:
Thomas Spohr
2025-08-18 14:55:06 +02:00
parent 7396cf9f51
commit 381b203e85
14 changed files with 374 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ return new class implements ServiceProviderInterface
$container->registerServiceProvider(new MVCFactory('\\EIS\\Component\\EIS'));
$container->registerServiceProvider(new RouterFactory('\\EIS\\Component\\EIS'));
// DownloadController explizit registrieren
// Optional: DownloadController explizit registrieren (kann auch weggelassen werden)
$container->set(
DownloadController::class,
fn(Container $c) => new DownloadController()