From 5111044544d9b5b90b10577434f3c7aa682c30ca Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 2 Jan 2025 08:48:59 +0100 Subject: [PATCH] Fixed controller creation do to not autoinjected container --- src/bundle/Resources/config/view.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundle/Resources/config/view.yaml b/src/bundle/Resources/config/view.yaml index 022b744..9a75498 100644 --- a/src/bundle/Resources/config/view.yaml +++ b/src/bundle/Resources/config/view.yaml @@ -2,6 +2,7 @@ services: Ibexa\Bundle\SystemInfo\Controller\SystemInfoController: parent: Ibexa\Contracts\AdminUi\Controller\Controller autowire: true + autoconfigure: true arguments: - '@Ibexa\Bundle\SystemInfo\SystemInfo\Registry\IdentifierBased' tags: