54cd91c2022a823170b5b20e735c39f8d7132e0b
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / integration / child_parent / expected.yml
1 services:
2     # child_service in the end should be identical to this
3     child_service_expected:
4         class: stdClass
5         autowire: false
6         public: true
7         lazy: true
8         # ONLY the child tag, the parent tag does not inherit
9         tags: [from_child]