mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
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:
parent
260e14acfc
commit
20bcf71b99
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ sylius_core:
|
|||
|
||||
doctrine:
|
||||
orm:
|
||||
auto_generate_proxy_classes: "%kernel.debug%"
|
||||
entity_managers:
|
||||
default:
|
||||
auto_mapping: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue