ArdentPipelineBundle/config/services.yaml
tim 851bf13e65 Update services to latest symfony version
Use Attributes for tagging and injection
Rename ItemBag to ItemCollection
Lazyload the stages in the OptionsStageBag
2023-03-19 16:38:32 +01:00

8 lines
184 B
YAML

services:
_defaults:
autowire: true
autoconfigure: true
Ardent\PipelineBundle\Pipeline\OptionsProcessor\:
resource: '../src/Pipeline/OptionsProcessor'