Skip to content

Commit

Permalink
make GenericOAuth1ResourceOwner getRequestToken public
Browse files Browse the repository at this point in the history
  • Loading branch information
oste committed Feb 2, 2014
1 parent 4c9e19a commit a83011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OAuth/ResourceOwner/GenericOAuth1ResourceOwner.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function isCsrfTokenValid($csrfToken)
/**
* {@inheritDoc}
*/
protected function getRequestToken($redirectUri, array $extraParameters = array())
public function getRequestToken($redirectUri, array $extraParameters = array())
{
$timestamp = time();

Expand Down

0 comments on commit a83011c

Please sign in to comment.