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 242bedd commit 564b52dCopy full SHA for 564b52d
service_container/alias_private.rst
@@ -170,9 +170,9 @@ The following example shows how to inject an anonymous service into another serv
170
http://symfony.com/schema/dic/services/services-1.0.xsd">
171
172
<services>
173
- <service id="foo" class="AppBundle\Foo">
+ <service id="foo" class="App\Foo">
174
<argument type="service">
175
- <service class="AppBundle\AnonymousBar" />
+ <service class="App\AnonymousBar" />
176
</argument>
177
</service>
178
</services>
0 commit comments