Skip to content

Commit

Permalink
Fixed controller creation do to not autoinjected container
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou authored and adamwojs committed Feb 4, 2025
1 parent f148783 commit a7dda29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/config/view.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7dda29

Please sign in to comment.