diff --git a/src/Commands/UwDrushCommands.php b/src/Commands/UwDrushCommands.php
index 9b03ee32f0ff06121a86314cf3ebb60685a25684..6c16f7b4ce6e1c02f5ea064b05626fffe09e9f1b 100644
--- a/src/Commands/UwDrushCommands.php
+++ b/src/Commands/UwDrushCommands.php
@@ -5,7 +5,7 @@ namespace Drupal\uw_cfg_common\Commands;
 use Drupal\Core\Config\ConfigFactoryInterface;
 use Drupal\Core\Entity\EntityTypeManagerInterface;
 use Drupal\Core\Extension\ModuleHandler;
-use Drupal\Core\Extension\ModuleInstaller;
+use Drupal\Core\ProxyClass\Extension\ModuleInstaller;
 use Drupal\uw_cfg_common\Service\UWMissingBlocks;
 use Drupal\uw_cfg_common\UwPermissions\UwPermissions;
 use Drupal\uw_cfg_common\UwRoles\UwRoles;
@@ -50,7 +50,7 @@ class UwDrushCommands extends DrushCommands {
   /**
    * Module installer.
    *
-   * @var \Drupal\Core\Extension\ModuleInstaller
+   * @var \Drupal\Core\ProxyClass\Extension\ModuleInstaller
    */
   protected $moduleInstaller;