1 | <?php |
||
12 | class AutoSubscribeFeature extends Feature |
||
13 | { |
||
14 | |||
15 | 1 | public function describe() |
|
25 | |||
26 | /** |
||
27 | * @param Settings $settings |
||
28 | * @param BuilderInterface $builder |
||
29 | * @param PipelineModifications $pipelineModifications |
||
30 | */ |
||
31 | public function setup(Settings $settings, BuilderInterface $builder, PipelineModifications $pipelineModifications) |
||
41 | } |
||
42 |