tikiwiki/packages/tiki-pkg-tikimanager/symfony/dependency-injection/Tests/Fixtures/config/lazy_fqcn.expected.yml

13 lines
294 B
YAML
Raw Normal View History

2023-11-20 21:52:04 +01:00
services:
service_container:
class: Symfony\Component\DependencyInjection\ContainerInterface
public: true
synthetic: true
foo:
class: stdClass
public: true
tags:
- { name: proxy, interface: SomeInterface }
lazy: true