Skip to content

Commit 6799ead

Browse files
committed
Fixed the dockerfile when the composer autoload config is empty
1 parent d304d84 commit 6799ead

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
@@ -12,8 +12,8 @@
1212
#[Configurator\Pipeline(
1313
name: "spreadsheet",
1414
steps: [
15-
"extractor" => "extractor",
16-
"loader" => "loader",
15+
new Configurator\Pipeline\StepExtractor(),
16+
new Configurator\Pipeline\StepLoader(),
1717
],
1818
)]
1919
final class Service implements Configurator\PipelinePluginInterface

0 commit comments

Comments
 (0)