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