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/services4.xml

14 lines
629 B
XML
Raw Normal View History

2010-01-04 14:26:20 +00:00
<?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
2010-01-04 14:26:20 +00:00
<imports>
<import resource="services2.xml" />
<import resource="services3.xml" />
<import resource="../ini/parameters.ini" class="Symfony\Components\DependencyInjection\Loader\IniFileLoader" />
<import resource="../ini/parameters2.ini" />
<import resource="../yaml/services13.yml" />
2010-01-04 14:26:20 +00:00
</imports>
</container>