Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <atymic@users.noreply.github.com>
  • Loading branch information
atymic and atymic authored Jul 10, 2021
1 parent c09bf27 commit 821841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function user()

$this->user = $this->mapUserToObject(
$this->getUserByToken([
'access_token' => $token,
'access_token' => $token,
'open_id' => Arr::get($response, 'data.open_id'),
])
);
Expand Down

0 comments on commit 821841c

Please sign in to comment.