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

ISTWCMS-5234: fixing uw feature revert

parent c41616cc
No related branches found
No related tags found
1 merge request!184Feature/istwcms 5234 ebremner hero
......@@ -53,7 +53,7 @@ class UwFeatureRevert {
* @return \Drupal\features\Package
* The list of packages.
*/
private function drushFeaturesLoadFeature(array $module, bool $any = FALSE): Package {
private function drushFeaturesLoadFeature(string $module, bool $any = FALSE): Package {
// Get the features manager.
$manager = $this->featuresManager;
......
......@@ -31,4 +31,4 @@ services:
- { name: 'event_subscriber' }
uw_cfg_common.features:
class: Drupal\uw_cfg_common\Helpers\UwFeatureRevert
arguments: ['@features.manager']
arguments: ['@features.manager', '@config_update.config_update']
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