function google_analytics_counter_update_8003 in Google Analytics Counter 8.3
Issue #2978896: Remove dayquota_timestamp.
File
- ./
google_analytics_counter.install, line 174 - Update, and uninstall functions for the Google Analytics Counter module.
Code
function google_analytics_counter_update_8003() {
\Drupal::state()
->delete('google_analytics_counter.dayquota_timestamp');
}