Skip to content

Commit f1e240a

Browse files
committed
use native lazy objects
1 parent d87a1d2 commit f1e240a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config/packages/doctrine.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ doctrine:
1111
class: Zikula\CoreBundle\Doctrine\DBAL\Type\UTCDateTimeType
1212
use_savepoints: true
1313
orm:
14-
auto_generate_proxy_classes: true
15-
enable_lazy_ghost_objects: true
16-
#report_fields_where_declared: true
17-
#validate_xml_mapping: true
18-
#naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
14+
enable_native_lazy_objects: true
1915
#identity_generation_preferences:
2016
# Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
2117
default_entity_manager: default
2218
entity_managers:
2319
# the standard distribution overrides this to be true in debug, false otherwise
2420
default:
21+
report_fields_where_declared: true
22+
validate_xml_mapping: true
23+
#naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
2524
auto_mapping: true
2625
mappings:
2726
gedmo_translatable:

0 commit comments

Comments
 (0)