Skip to content

Commit

Permalink
BRAIN-32 - Fixed doctrine deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
cyl3x committed Sep 25, 2024
1 parent 5f6b8fb commit 5716c9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ doctrine:

profiling_collect_backtrace: '%kernel.debug%'
orm:
# auto_generate_proxy_classes: true
# enable_lazy_ghost_objects: true
# report_fields_where_declared: true
# validate_xml_mapping: true
auto_generate_proxy_classes: true
enable_lazy_ghost_objects: true
report_fields_where_declared: true
validate_xml_mapping: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
# auto_mapping: true
auto_mapping: true
mappings:
Swag\Braintree:
is_bundle: false
Expand Down

0 comments on commit 5716c9e

Please sign in to comment.