Files
Chamilo/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_instanceof.yml
2025-04-10 12:24:57 +02:00

12 lines
430 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: ~
Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'