Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services_configurator_short_syntax.yml
1 services:
2
3     foo_bar:
4         class: FooBarClass
5         configurator: foo_bar_configurator:configure
6
7     foo_bar_with_static_call:
8         class: FooBarClass
9         configurator: FooBarConfigurator::configureFooBar