Skip to content

Commit 9643c39

Browse files
authored
Merge pull request #993 from City-of-Helsinki/UHF-X-fix-palvelukeskus
Install serialization module
2 parents 97bf33e + 9569317 commit 9643c39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

helfi_platform_config.install

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,11 @@ function helfi_platform_config_update_9323(): void {
389389
->getEditable('helfi_platform_config.matomo_settings')
390390
->delete();
391391
}
392+
393+
/**
394+
* UHF-10647: Enable serialize module.
395+
*/
396+
function helfi_platform_config_update_9324(): void {
397+
$module_installer = \Drupal::service('module_installer');
398+
$module_installer->install(['serialization']);
399+
}

0 commit comments

Comments
 (0)