File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ private function configImport(StorageComparerInterface $storage_comparer)
141141 \Drupal::moduleHandler (),
142142 \Drupal::service ('module_installer ' ),
143143 \Drupal::service ('theme_handler ' ),
144- \Drupal::service ('string_translation ' )
144+ \Drupal::service ('string_translation ' ),
145+ \Drupal::service ('extension.list.module ' )
145146 );
146147
147148 if ($ config_importer ->alreadyImporting ()) {
Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ private function configImport(StorageComparer $storageComparer)
146146 \Drupal::moduleHandler (),
147147 \Drupal::service ('module_installer ' ),
148148 \Drupal::service ('theme_handler ' ),
149- \Drupal::service ('string_translation ' )
149+ \Drupal::service ('string_translation ' ),
150+ \Drupal::service ('extension.list.module ' )
150151 );
151152
152153 if ($ configImporter ->alreadyImporting ()) {
You can’t perform that action at this time.
0 commit comments