79668700

Date: 2025-06-17 08:29:59
Score: 1
Natty:
Report link

You have to replace enable_lazy_ghost_objects: true by enable_native_lazy_objects: true in config/packages/doctrine.yaml :

doctrine:
    orm:
        auto_generate_proxy_classes: true
        naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
        enable_native_lazy_objects: true
        auto_mapping: true

See https://github.com/doctrine/orm/issues/11950 and https://github.com/doctrine/orm/pull/11853

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Johnson