We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcca1cb commit f857b2fCopy full SHA for f857b2f
app/config/services.yml
@@ -30,8 +30,8 @@ services:
30
arguments:
31
$emailSender: '%app.notifications.email_sender%'
32
33
- # When your service definition only requires arguments to be specified,
34
- # you can use a shorter syntax for these:
+ # when the service definition only contains arguments, you can omit the
+ # 'arguments' key and define the arguments just below the service class
35
AppBundle\Twig\AppExtension:
36
$locales: '%app_locales%'
37
0 commit comments