Skip to content

Commit d2d977d

Browse files
authored
Merge pull request #12 from php-etl/fix/broken-steps
Updated the list of steps in the Service class
2 parents 510e3bf + c6dccd1 commit d2d977d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'php-etl/bucket:~0.2.0@dev',
2121
],
2222
steps: [
23-
"transformer" => null,
23+
null => "transformer",
2424
],
2525
)]
2626
final class Service implements FactoryInterface

0 commit comments

Comments
 (0)