Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / services1.xml
index 6aa5732f9afc701148a00dd7883b87c1400cf12a..6dc3ea6618c6d051bda3e4ee67cb2e62c6d5be2d 100644 (file)
@@ -1,2 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<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"/>
+<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">
+    <services>
+        <service class="Symfony\Component\DependencyInjection\ContainerInterface" id="service_container" public="true" synthetic="true"/>
+        <service alias="service_container" id="Psr\Container\ContainerInterface" public="false"/>
+        <service alias="service_container" id="Symfony\Component\DependencyInjection\ContainerInterface" public="false"/>
+    </services>
+</container>