From 9a1961bcd7784c7a764645de65b057a7f93335c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 1 Dec 2025 22:56:47 +0100 Subject: [PATCH] Fixed fixtures loading (for real now hopefully) --- config/services.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index 12e2e8b0..4ba33456 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -279,6 +279,8 @@ when@test: &test App\DataFixtures\: resource: '../src/DataFixtures/' + autoconfigure: true + autowire: true App\Doctrine\Purger\: resource: '../src/Doctrine/Purger/'