We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc3095 commit 8357213Copy full SHA for 8357213
Resources/config/service-operation-factories.yml
@@ -72,6 +72,15 @@ services:
72
tags:
73
- { name: etl.operation-factory }
74
75
+ Oliverde8\Component\PhpEtl\Builder\Factories\Transformer\LogFactory:
76
+ class: Oliverde8\Component\PhpEtl\Builder\Factories\Transformer\LogFactory
77
+ autowire: true
78
+ arguments:
79
+ $operation: 'log'
80
+ $class: 'Oliverde8\Component\PhpEtl\ChainOperation\Transformer\LogOperation'
81
+ tags:
82
+ - { name: etl.operation-factory }
83
+
84
Oliverde8\Component\PhpEtl\Builder\Factories\Grouping\SimpleGroupingFactory:
85
class: Oliverde8\Component\PhpEtl\Builder\Factories\Grouping\SimpleGroupingFactory
86
autowire: true
0 commit comments