Commit 1373e4e8 authored by João Ventura's avatar João Ventura Committed by João Ventura
Browse files

Issue #3315326 by jcnventura: Enable core's file module on updb

parent 92a48a4c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -327,3 +327,10 @@ function openid_connect_update_8210() {
    }
  }
}

/**
 * Enable core's file module.
 */
function openid_connect_update_30001() {
  \Drupal::service('module_installer')->install(['file']);
}