Skip to content

Commit 285c02f

Browse files
committed
Fixed the dockerfile when the composer autoload config is empty
1 parent e2abc1a commit 285c02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Service.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"php-etl/csv-flow:^0.2.0",
1414
],
1515
steps: [
16-
"extractor" => "extractor",
17-
"loader" => "loader",
16+
new Configurator\Pipeline\StepExtractor(),
17+
new Configurator\Pipeline\StepLoader(),
1818
],
1919
)]
2020
final class Service implements Configurator\PipelinePluginInterface

0 commit comments

Comments
 (0)