function encrypt_post_update_remove_uninstall_validator_service in Encrypt 8.3
Force cache clear to ensure uninstall validator service is removed.
See also
https://www.drupal.org/project/encrypt/issues/2899478
File
- ./
encrypt.post_update.php, line 13 - Post update functions for Encrypt.
Code
function encrypt_post_update_remove_uninstall_validator_service() {
// Empty post-update hook.
}