diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 2e9aa2924..0494ab56f 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -11,8 +11,6 @@ doctrine: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.default auto_mapping: true - controller_resolver: - auto_mapping: true when@test: doctrine: diff --git a/config/packages/notifier.yaml b/config/packages/notifier.yaml index 1b474455a..201ed6911 100644 --- a/config/packages/notifier.yaml +++ b/config/packages/notifier.yaml @@ -1,6 +1,7 @@ framework: notifier: texter_transports: + ovhcloud: '%env(OVHCLOUD_DSN)%' #ovhcloud: '%env(OVHCLOUD_DSN)%' #ovhcloud: '%env(SHORT_MESSAGE_DSN)%' channel_policy: diff --git a/config/packages/property_info.yaml b/config/packages/property_info.yaml new file mode 100644 index 000000000..fbdf7a7b0 --- /dev/null +++ b/config/packages/property_info.yaml @@ -0,0 +1,3 @@ +framework: + property_info: + enabled: true