From 26d499a1de9b35bf013e49292e7827cb783c8c35 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 3 Aug 2020 08:47:12 +0200 Subject: [PATCH] Allow Symfony to autowire and autoconfigure widgetproviders That will allow to resolve none configured dependencies, e.g. to language service. --- Configuration/Backend/DashboardWidgets.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/Backend/DashboardWidgets.yaml b/Configuration/Backend/DashboardWidgets.yaml index da66647..7fa7a7d 100644 --- a/Configuration/Backend/DashboardWidgets.yaml +++ b/Configuration/Backend/DashboardWidgets.yaml @@ -1,7 +1,7 @@ services: _defaults: - autowire: false - autoconfigure: false + autowire: true + autoconfigure: true public: false DanielSiepmann\Tracking\Dashboard\: