Commit 0785c9e4 authored by Pablo López's avatar Pablo López
Browse files

Issue #3280736 by plopesc, robyn.vice: Migrate is required but not installed as a dependency

parent eb1a92c8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line

<?php

/**
 * @file
 * Update functions for the Path Redirect Import module.
 */

/**
 * Enable 2.x version dependencies.
 */
function path_redirect_import_update_9001() {
  // Explicitly enable new dependencies after module update.
  \Drupal::getContainer()->get('module_installer')->install(['migrate_source_csv', 'migrate_tools']);
}