You are here

function opigno_lms_update_9003 in Opigno LMS 3.x

Install opigno social.

File

./opigno_lms.install, line 171
Install, update and uninstall functions for the "opigno_lms" installation profile.

Code

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