Added the Search API Synonym module to deal specifically with licence and license...
[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]