OK
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user