Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / services14.xml
1 <?xml version="1.0" encoding="utf-8"?>
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     <services>
6         <service id="monolog.logger" parent="monolog.logger_prototype" public="false">
7             <argument index="0">app</argument>
8         </service>
9
10         <service id="logger" alias="monolog.logger" />
11
12         <service id="monolog.logger" parent="monolog.logger_prototype" public="false">
13             <argument index="0">app</argument>
14         </service>
15         <service id="monolog.logger_prototype" class="Symfony\Bridge\Monolog\Logger" abstract="true">
16             <argument /><!-- Channel -->
17         </service>
18     </services>
19 </container>