Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[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