This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services_instanceof.yml

11 lines
295 B
YAML
Raw Normal View History

services:
_instanceof:
Symfony\Component\DependencyInjection\Tests\Loader\FooInterface:
autowire: true
lazy: true
tags:
- { name: foo }
- { name: bar }
Symfony\Component\DependencyInjection\Tests\Loader\Foo: ~