File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44# Put parameters here that don't need to change on each machine where the app is deployed
55# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
66parameters :
7- locale : ' en'
7+ app. locale : ' en'
88 app.notifications.email_sender :
[email protected] 99
1010services :
@@ -17,7 +17,7 @@ services:
1717 # defined/created in this file; if some argument is used rarely, instead of defining
1818 # it here you can use the #[Autowire] attribute to inject it manually in the service constructor
1919 array $enabledLocales : ' %kernel.enabled_locales%'
20- string $defaultLocale : ' %locale%'
20+ string $defaultLocale : ' %app. locale%'
2121
2222 # makes classes in src/ available to be used as services
2323 # this creates a service per class whose id is the fully-qualified class name
You can’t perform that action at this time.
0 commit comments