Skip to content
Snippets Groups Projects

Issue #3364958: Stages should be destroyed in the background, during cron runs

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -67,7 +67,7 @@ class ExtensionUpdateStage extends StageBase {
PathFactoryInterface $pathFactory,
FailureMarker $failureMarker,
) {
parent::__construct($pathLocator, $beginner, $stager, $committer, $cleaner, $eventDispatcher, $tempStoreFactory, $time, $pathFactory, $failureMarker);
parent::__construct($pathLocator, $beginner, $stager, $committer, $queueFactory, $eventDispatcher, $tempStoreFactory, $time, $pathFactory, $failureMarker);
}
/**
Loading