services_dump_load.yml 400 B

1234567891011121314
  1. services:
  2. service_container:
  3. class: Symfony\Component\DependencyInjection\ContainerInterface
  4. synthetic: true
  5. foo:
  6. autoconfigure: true
  7. abstract: true
  8. Psr\Container\ContainerInterface:
  9. alias: service_container
  10. public: false
  11. Symfony\Component\DependencyInjection\ContainerInterface:
  12. alias: service_container
  13. public: false