This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/fixtures/Symfony/Components/DependencyInjection/xml/services7.xml
2010-01-04 15:26:20 +01:00

8 lines
167 B
XML

<?xml version="1.0" ?>
<container xmlns="http://symfony-project.org/2.0/container">
<services>
<service id="foo" class="BarClass" />
</services>
</container>