Skip to content

Commit

Permalink
fix auto mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Nov 1, 2024
1 parent a97a4cf commit dd3d6c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ when@test:
dbal:
# "TEST_TOKEN" is typically set by ParaTest
dbname_suffix: '_test%env(default::TEST_TOKEN)%'
#orm:
# controller_resolver:
# auto_mapping: false
orm:
controller_resolver:
auto_mapping: true


when@prod:
Expand Down

0 comments on commit dd3d6c9

Please sign in to comment.