Skip to content

Commit

Permalink
Fixed the warning - Ticket FTSMPGS-53
Browse files Browse the repository at this point in the history
  • Loading branch information
jineshpv committed Jul 4, 2023
1 parent 95bba65 commit f3dbb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-simplify-payment-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static function get_instance() {
*
* @return void
*/
private function __clone() {
public function __clone() {
}

/**
Expand All @@ -69,7 +69,7 @@ private function __clone() {
*
* @return void
*/
private function __wakeup() {
public function __wakeup() {
}

/** @var bool whether or not we need to load code for / support subscriptions */
Expand Down

0 comments on commit f3dbb3d

Please sign in to comment.