Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services_instanceof_with_parent.yml
1 services:
2     _instanceof:
3         FooInterface:
4             autowire: true
5
6     parent_service:
7         class: stdClass
8
9     child_service:
10         class: stdClass
11         parent: parent_service