Skip to content

Commit 81b5524

Browse files
committed
Updated the list of steps in the Service class
1 parent abdffe1 commit 81b5524

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Service.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
'php-etl/bucket:~0.2.0@dev',
2121
],
2222
steps: [
23-
"transformer" => null,
23+
"map" => "transformer",
24+
"list" => "transformer",
25+
"object" => "transformer",
26+
"collection" => "transformer",
2427
],
2528
)]
2629
final class Service implements FactoryInterface

0 commit comments

Comments
 (0)