You are here

function opigno_learning_path_update_9006 in Opigno Learning path 3.x

Import LP steps block.

File

./opigno_learning_path.install, line 513
Install, update and uninstall functions for the module.

Code

function opigno_learning_path_update_9006() {
  module_load_include('install', 'opigno_lms');
  _opigno_lms_apply_update('profile', 'opigno_lms', 'config/optional', [
    'block.block.lp_steps_block',
  ]);
}