Update services to latest symfony version
Use Attributes for tagging and injection Rename ItemBag to ItemCollection Lazyload the stages in the OptionsStageBag
This commit is contained in:
@ -1,14 +1,7 @@
|
||||
services:
|
||||
# Ardent\PipelineBundle\Pipeline\:
|
||||
# resource: '../src/Pipeline/'
|
||||
# public: true
|
||||
# autowire: true
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
_instanceof:
|
||||
Ardent\PipelineBundle\Pipeline\OptionsProcessor\OptionsStageInterface:
|
||||
tags: [ 'ardent.pipeline.optionsProcessor' ]
|
||||
|
||||
Ardent\PipelineBundle\Pipeline\OptionsProcessor\OptionsStageBag:
|
||||
arguments: [ !tagged { tag: 'ardent.pipeline.optionsProcessor' } ]
|
||||
public: true
|
||||
autowire: true
|
||||
Ardent\PipelineBundle\Pipeline\OptionsProcessor\:
|
||||
resource: '../src/Pipeline/OptionsProcessor'
|
||||
|
Reference in New Issue
Block a user