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