Skip to content
Snippets Groups Projects
Commit f48ee842 authored by Tim Plunkett's avatar Tim Plunkett Committed by Chris Wells
Browse files

Issue #3353483 by tim.plunkett, phenaproxima, chrisfromredfin: `Stage` was renamed upstream

parent 037797c9
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace Drupal\project_browser\ComposerInstaller; namespace Drupal\project_browser\ComposerInstaller;
use Drupal\package_manager\Stage; use Drupal\package_manager\StageBase;
/** /**
* Defines a service to perform installs. * Defines a service to perform installs.
...@@ -12,7 +12,7 @@ use Drupal\package_manager\Stage; ...@@ -12,7 +12,7 @@ use Drupal\package_manager\Stage;
* at any time without warning. External code should not interact with this * at any time without warning. External code should not interact with this
* class. * class.
*/ */
final class Installer extends Stage { final class Installer extends StageBase {
/** /**
* Checks if the stage tempstore lock was created by Project Browser. * Checks if the stage tempstore lock was created by Project Browser.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment