api/symfony/Component/DependencyInjection/Tests/Fixtures/LazyAutoconfigured.yaml
2024-09-26 02:03:21 -07:00

15 lines
426 B
YAML

name: LazyAutoconfigured
class_comment: null
dependencies:
- name: Autoconfigure
type: class
source: Symfony\Component\DependencyInjection\Attribute\Autoconfigure
- name: Lazy
type: class
source: Symfony\Component\DependencyInjection\Attribute\Lazy
properties: []
methods: []
traits:
- Symfony\Component\DependencyInjection\Attribute\Autoconfigure
- Symfony\Component\DependencyInjection\Attribute\Lazy
interfaces: []