Skip to content

Commit c3db48b

Browse files
committed
update factory
1 parent 9817891 commit c3db48b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/config.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,7 @@
246246
SyntaxHighlighter::class => factory(PsxFactory::class),
247247
PsxFactory::class => object(),
248248
ResetProgress::class => function (ContainerInterface $c) {
249-
return new ResetProgress(
250-
$c->get(UserStateSerializer::class),
251-
$c->get(OutputInterface::class)
252-
);
249+
return new ResetProgress($c->get(UserStateSerializer::class));
253250
},
254251
ResultRendererFactory::class => object(),
255252
ResultsRenderer::class => function (ContainerInterface $c) {

0 commit comments

Comments
 (0)