21a7ef58c0eaafdccf9ba9dba73f6e84b36d8ddd
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / extension2 / services.xml
1 <?xml version="1.0" ?>
2
3 <container xmlns="http://symfony.com/schema/dic/services"
4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
6   <services>
7     <service id="extension2.foo" class="FooClass2">
8       <argument type="service">
9         <service class="BarClass2">
10         </service>
11       </argument>
12     </service>
13   </services>
14 </container>