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
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_parent_child/main.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_parent_child/main.yml
new file mode 100644 (file)
index 0000000..8b90b4e
--- /dev/null
@@ -0,0 +1,9 @@
+imports:
+    - { resource: _child.yml }
+
+services:
+    _defaults:
+        autoconfigure: true
+
+    parent_service:
+        class: stdClass