use BridgeAbstract::file_get_html instead of SimpleHTMLDOM one

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-18 10:20:57 +02:00
parent 74f0572d91
commit 1e953d3c3e

View file

@ -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');