Skip to content

Commit 564b52d

Browse files
committed
Fix some namespaces
1 parent 242bedd commit 564b52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/alias_private.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ The following example shows how to inject an anonymous service into another serv
170170
http://symfony.com/schema/dic/services/services-1.0.xsd">
171171
172172
<services>
173-
<service id="foo" class="AppBundle\Foo">
173+
<service id="foo" class="App\Foo">
174174
<argument type="service">
175-
<service class="AppBundle\AnonymousBar" />
175+
<service class="App\AnonymousBar" />
176176
</argument>
177177
</service>
178178
</services>

0 commit comments

Comments
 (0)