You are here

function pwa_update_7203 in Progressive Web App 7.2

Remove 'pwa_sw_registration_event' variable.

File

./pwa.install, line 209

Code

function pwa_update_7203() {
  variable_del('pwa_sw_registration_event');
  return 'Variable removed.';
}