diff --git a/bridges/StripeAPIChangeLogBridge.php b/bridges/StripeAPIChangeLogBridge.php index 4a4c5bb1..7a0139e3 100644 --- a/bridges/StripeAPIChangeLogBridge.php +++ b/bridges/StripeAPIChangeLogBridge.php @@ -16,7 +16,7 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{ } public function collectData(array $param){ - $html = file_get_html('https://stripe.com/docs/upgrades') + $html = $this->file_get_html('https://stripe.com/docs/upgrades') or $this->returnServerError('No results for Stripe API Changelog');