X-Git-Url: https://git.rapsys.eu/blog/blobdiff_plain/5da8ae47a099fd021957d9d129be03e5c91759db..3c4f6890cb9a3684dbce5850ec0fd80f430ca177:/config/packages/doctrine.yaml diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 9fe3f61..7eb1161 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -7,6 +7,7 @@ doctrine: #server_version: '16' profiling_collect_backtrace: '%kernel.debug%' + use_savepoints: true orm: auto_generate_proxy_classes: true enable_lazy_ghost_objects: true @@ -14,13 +15,6 @@ doctrine: validate_xml_mapping: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true - mappings: - App: - type: attribute - is_bundle: false - dir: '%kernel.project_dir%/src/Entity' - prefix: 'App\Entity' - alias: App when@test: doctrine: