Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adaojunior authored Mar 16, 2017
1 parent d5d9b10 commit 89681b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ class SocialUserResolver implements SocialUserResolverInterface
* @param string $accessToken
* @return \Illuminate\Contracts\Auth\Authenticatable
*/
public function resolve($network, $accessToken)
public function resolve($network, $accessToken, , $accessTokenSecret = null)
{
switch ($network) {
case 'facebook':

0 comments on commit 89681b8

Please sign in to comment.