Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 574 Bytes

UPGRADE.md

File metadata and controls

29 lines (23 loc) · 574 Bytes

From v2 to v3

Configuration

Before

biig_domain:
    # Default to true
    override_doctrine_instantiator: true
    # Act on default if none specified
    entity_managers: []
    # Were disabled if not specified
    persist_listeners:
        doctrine: ['default']

After

ℹ️ No configuration is required, if the bundle is installed, all its features will be enabled!

biig_domain:
    # You can specify on which entity_manager the bundle is active
    # Defaults to empty array []
    entity_managers: ['default']