Skip to content

Commit

Permalink
fix missing repeat operation declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverde8 authored Oct 24, 2024
1 parent b91c84f commit a24be6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/config/service-operation-factories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ services:
tags:
- { name: etl.operation-factory }

Oliverde8\Component\PhpEtl\Builder\Factories\ChainRepeatFactory:
class: Oliverde8\Component\PhpEtl\Builder\Factories\ChainRepeatFactory
autowire: true
arguments:
$operation: 'repeat'
$class: 'Oliverde8\Component\PhpEtl\ChainOperation\ChainRepeatOperation'
tags:
- { name: etl.operation-factory }

#
# Extraction Operation Builders
#
Expand Down

0 comments on commit a24be6c

Please sign in to comment.