Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / integration / autoconfigure_parent_child_tags / main.yml
1 imports:
2     - { resource: _child.yml }
3
4 services:
5     parent_service:
6         class: Symfony\Component\DependencyInjection\Tests\Compiler\IntegrationTestStub
7         autoconfigure: true