mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +01:00
Allow Symfony to autowire and autoconfigure widgetproviders
That will allow to resolve none configured dependencies, e.g. to language service.
This commit is contained in:
parent
f3d69eed45
commit
26d499a1de
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
_defaults:
|
_defaults:
|
||||||
autowire: false
|
autowire: true
|
||||||
autoconfigure: false
|
autoconfigure: true
|
||||||
public: false
|
public: false
|
||||||
|
|
||||||
DanielSiepmann\Tracking\Dashboard\:
|
DanielSiepmann\Tracking\Dashboard\:
|
||||||
|
|
Loading…
Reference in a new issue