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 c72dde0 commit 3b39d87Copy full SHA for 3b39d87
service_container/alias_private.rst
@@ -30,9 +30,9 @@ to be *not* public (i.e. private):
30
.. code-block:: yaml
31
32
services:
33
- foo:
34
- class: Example\Foo
35
- public: false
+ foo:
+ class: Example\Foo
+ public: false
36
37
.. code-block:: xml
38
@@ -87,11 +87,11 @@ services.
87
88
89
90
- app.phpmailer:
91
- class: AppBundle\Mail\PhpMailer
+ app.phpmailer:
+ class: AppBundle\Mail\PhpMailer
92
93
- app.mailer:
94
- alias: app.phpmailer
+ app.mailer:
+ alias: app.phpmailer
95
96
97
0 commit comments