You are here

function google_analytics_counter_update_8013 in Google Analytics Counter 8.3

Issue #3003875: Delete cron_next_execution state.

File

./google_analytics_counter.install, line 484
Update, and uninstall functions for the Google Analytics Counter module.

Code

function google_analytics_counter_update_8013() {
  \Drupal::state()
    ->delete('google_analytics_counter.cron_next_execution');
}