diff --git a/.gitattributes b/.gitattributes index 642c91f..7a59e27 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,4 @@ composer.lock text eol=lf merge=ours *.ico binary *.png binary +config/reference.php linguist-generated diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 0e5f027..8425377 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -17,7 +17,6 @@ doctrine: orm: - enable_native_lazy_objects: true validate_xml_mapping: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware identity_generation_preferences: @@ -30,8 +29,6 @@ doctrine: dir: '%kernel.project_dir%/src/Entity' prefix: 'Tvdt\Entity' alias: Tvdt - controller_resolver: - auto_mapping: false when@test: doctrine: