Skip to content

Commit

Permalink
uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
kerkness committed Aug 13, 2021
1 parent 65630fa commit bf90530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/WCSlackOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static function init()
*/
public function wc_slack_activation_hook()
{
register_uninstall_hook(_get_wc_slack_basename(), 'wc_slack_deactivation_hook' );
register_uninstall_hook(_get_wc_slack_basename(), [$this, 'wc_slack_deactivation_hook'] );
}

/**
Expand Down

0 comments on commit bf90530

Please sign in to comment.