Revert "Add token as param to the fetchProviderData method"

This reverts commit ff344b207c.
oauth1test
Israel Sotomayor 2015-01-09 17:58:17 +00:00
parent c0d5151dea
commit 4ad71baa74
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ abstract class AbstractProvider implements ProviderInterface
return $this->fetchProviderData($url); return $this->fetchProviderData($url);
} }
protected function fetchProviderData($url, AccessToken $token = null) protected function fetchProviderData($url)
{ {
try { try {
$client = $this->getHttpClient(); $client = $this->getHttpClient();