You are here

function contact_storage_update_8201 in Contact Storage 8

Enables the options module as it is now a dependency.

File

./contact_storage.install, line 125
Contains install and update hooks.

Code

function contact_storage_update_8201() {
  \Drupal::service('module_installer')
    ->install([
    'options',
  ]);
}