mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +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:
|
||||
_defaults:
|
||||
autowire: false
|
||||
autoconfigure: false
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
DanielSiepmann\Tracking\Dashboard\:
|
||||
|
|
Loading…
Reference in a new issue