Skip to content

Commit c6dccd1

Browse files
committed
Fixed the steps in Service class
1 parent 81b5524 commit c6dccd1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Service.php

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

0 commit comments

Comments
 (0)