Skip to content

Commit bfb7837

Browse files
authored
Update services.yaml
1 parent 50c7fa8 commit bfb7837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/services.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
66
parameters:
7-
locale: 'en'
7+
app.locale: 'en'
88
app.notifications.email_sender: [email protected]
99

1010
services:
@@ -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

0 commit comments

Comments
 (0)