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:
Daniel Siepmann 2020-08-03 08:47:12 +02:00
parent f3d69eed45
commit 26d499a1de

View file

@ -1,7 +1,7 @@
services:
_defaults:
autowire: false
autoconfigure: false
autowire: true
autoconfigure: true
public: false
DanielSiepmann\Tracking\Dashboard\: