Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / config / child.expected.yml
1
2 services:
3     service_container:
4         class: Symfony\Component\DependencyInjection\ContainerInterface
5         public: true
6         synthetic: true
7     foo:
8         class: Class2
9         public: true
10         file: file.php
11         lazy: true
12         arguments: [!service { class: Class1, public: false }]
13     bar:
14         alias: foo
15         public: true