Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from aulisius/patch-1
Browse files Browse the repository at this point in the history
Use NewfoldLabs instead of Endurance for dependency import
  • Loading branch information
wpscholar authored Jul 5, 2022
2 parents 593f76e + 8b80c9b commit 68a24bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Bluehost\AccessToken;
use Bluehost\SiteMeta;
use Endurance\WP\Module\Data\Helpers\Transient;
use NewfoldLabs\WP\Module\Data\Helpers\Transient;

/**
* Helper class for gathering and formatting customer data
Expand Down Expand Up @@ -288,4 +288,4 @@ public static function normalize_help( $help ){
}
}

}
}

0 comments on commit 68a24bd

Please sign in to comment.