Remove auto_generate_proxy_classes config for DoctrineBundle 3.x compatibility

This option was removed in DoctrineBundle 3.0 as it became a no-op
when using native lazy objects (introduced in ORM 3.x/DBAL 4.x).

(cherry picked from commit 2c0b64e89c)
This commit is contained in:
Rafikooo 2026-02-06 14:39:35 +01:00 committed by Grzegorz Sadowski
parent 260e14acfc
commit 20bcf71b99
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -41,7 +41,6 @@ sylius_core:
doctrine:
orm:
auto_generate_proxy_classes: "%kernel.debug%"
entity_managers:
default:
auto_mapping: true