You are here

function opigno_lms_update_9007 in Opigno LMS 3.x

Update dashboard settings.

File

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

Code

function opigno_lms_update_9007() {
  _opigno_lms_apply_update('profile', 'opigno_lms', 'config/install', [
    'opigno_dashboard.settings',
  ]);
}