Skip to content
Snippets Groups Projects
Commit b93b6e2a authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5605: fixing DI for drush commands

parent 3f3b1fac
1 merge request!247Feature/istwcms 5605 ebremner migration clean up
......@@ -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;
......
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