Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic committed Jun 30, 2024
1 parent 48cf274 commit 69fbd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelPassport/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected function getLaravelPassportUrl($type)
return rtrim($this->getConfig('host'), '/').'/'.ltrim($this->getConfig($type, Arr::get([
'authorize_uri' => 'oauth/authorize',
'token_uri' => 'oauth/token',
'userinfo_uri' => $this->getConfig('userinfo_uri', 'api/user')',
'userinfo_uri' => $this->getConfig('userinfo_uri', 'api/user'),
], $type)), '/');
}

Expand Down

0 comments on commit 69fbd7e

Please sign in to comment.