14 lines
450 B
YAML
14 lines
450 B
YAML
|
services:
|
||
|
_instanceof:
|
||
|
Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface:
|
||
|
autowire: true
|
||
|
lazy: true
|
||
|
tags:
|
||
|
- { name: foo }
|
||
|
- { name: bar }
|
||
|
|
||
|
Symfony\Component\DependencyInjection\Tests\Fixtures\Bar:
|
||
|
public: true
|
||
|
|
||
|
Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'
|