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