Workaround for bug introduced with symfony 7.4.1

Hopefully gets fixed in next version: https://github.com/symfony/symfony/pull/62682
This commit is contained in:
Jan Böhmer 2025-12-07 19:10:05 +01:00
parent fb51548ecc
commit 5ab31a84e4

View file

@ -35,6 +35,8 @@ services:
exclude:
- '../src/DataFixtures/'
- '../src/Doctrine/Purger/'
- '../src/Entity/'
- '../src/Helpers/'
# controllers are imported separately to make sure services can be injected
# as action arguments even if you don't extend any base controller class