Skip to content
Snippets Groups Projects
Commit 220a1f1f authored by João Ventura's avatar João Ventura Committed by João Ventura
Browse files

Issue #3232963 by jcnventura: Upgrading from version 1.x fails

parent 9b213bbd
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,13 @@ function openid_connect_update_8106() {
$config->save(TRUE);
}
/**
* Enable externalauth.
*/
function openid_connect_update_8198() {
\Drupal::service('module_installer')->install(['externalauth']);
}
/**
* Installs the new config entity type openid_connect_client.
*/
......
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