Skip to content
Snippets Groups Projects
automatic_updates.post_update.php 362 B
Newer Older
<?php

/**
 * @file
 * Contains post-update hooks for Automatic Updates.
 *
 * DELETE THIS FILE FROM CORE MERGE REQUEST.
 * Implements hook_removed_post_updates().
function automatic_updates_removed_post_updates(): array {
  return [
    'automatic_updates_post_update_create_status_check_mail_config' => '3.0.0',
  ];