f8eb00994994399ed50f6803e7943f0f6e0bbdd1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / nested_service_without_id.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
3   <services>
4     <service id="FooClass">
5       <argument type="service">
6         <service class="BarClass" />
7       </argument>
8     </service>
9   </services>
10 </container>