Skip to content

Commit 5ab31a8

Browse files
committed
Workaround for bug introduced with symfony 7.4.1
Hopefully gets fixed in next version: symfony/symfony#62682
1 parent fb51548 commit 5ab31a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/services.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ services:
3535
exclude:
3636
- '../src/DataFixtures/'
3737
- '../src/Doctrine/Purger/'
38+
- '../src/Entity/'
39+
- '../src/Helpers/'
3840

3941
# controllers are imported separately to make sure services can be injected
4042
# as action arguments even if you don't extend any base controller class

0 commit comments

Comments
 (0)