Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / integration / defaults_parent_child / main.yml
1 imports:
2     - { resource: _child.yml }
3
4 services:
5     _defaults:
6         autoconfigure: true
7
8     parent_service:
9         class: stdClass