From b9f0504aea9e3cba767132543e290ef8dfe7196a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Tue, 22 Oct 2024 22:00:10 +0200 Subject: [PATCH] Remove unneed excludes from services autowiring --- config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.yaml b/config/services.yaml index adee36bc5d..5db10dcf8f 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -21,7 +21,7 @@ services: # this creates a service per class whose id is the fully-qualified class name App\: resource: '../src/*' - exclude: '../src/{Entity,Migrations,Tests,Kernel.php}' + exclude: '../src/{Entity,Kernel.php}' # Controllers are imported separately to make sure services can be injected # as action arguments even if you don't extend any base controller class