5c30d011e9526907a626dc933b3563d1bfa93505
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services_prototype_namespace.yml
1 services:
2     dir1:
3         namespace: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\OtherDir\
4         resource: ../Prototype/OtherDir/*/Dir1
5         tags: [foo]
6
7     dir2:
8         namespace: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\OtherDir\
9         resource: ../Prototype/OtherDir/*/Dir2
10         tags: [bar]