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

17 lines
433 B
YAML

services:
service_container:
class: Symfony\Component\DependencyInjection\ContainerInterface
public: true
synthetic: true
foo:
class: Foo
public: true
autowire: true
Psr\Container\ContainerInterface:
alias: service_container
public: false
Symfony\Component\DependencyInjection\ContainerInterface:
alias: service_container
public: false