function opigno_lms_update_9009 in Opigno LMS 3.x
Update theme logo.
File
- ./
opigno_lms.install, line 287 - Install, update and uninstall functions for the "opigno_lms" installation profile.
Code
function opigno_lms_update_9009() {
_opigno_lms_apply_update('profile', 'opigno_lms', 'config/install', [
'aristotle.settings',
]);
}