This commit is contained in:
marvin
2024-11-18 12:06:09 +01:00
parent ce178b820a
commit 333554cabc
10 changed files with 975 additions and 1135 deletions

View File

@@ -14,8 +14,6 @@ doctrine:
report_fields_where_declared: true
validate_xml_mapping: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
identity_generation_preferences:
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
auto_mapping: true
mappings:
App:
@@ -24,8 +22,6 @@ doctrine:
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity'
alias: App
controller_resolver:
auto_mapping: false
when@test:
doctrine: