mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-10 13:09:30 +00:00
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:
parent
fb51548ecc
commit
5ab31a84e4
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ services:
|
||||||
exclude:
|
exclude:
|
||||||
- '../src/DataFixtures/'
|
- '../src/DataFixtures/'
|
||||||
- '../src/Doctrine/Purger/'
|
- '../src/Doctrine/Purger/'
|
||||||
|
- '../src/Entity/'
|
||||||
|
- '../src/Helpers/'
|
||||||
|
|
||||||
# controllers are imported separately to make sure services can be injected
|
# controllers are imported separately to make sure services can be injected
|
||||||
# as action arguments even if you don't extend any base controller class
|
# as action arguments even if you don't extend any base controller class
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue