mirror of
https://github.com/imorland/flarum-ext-oauth-amazon.git
synced 2025-01-08 11:37:29 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
3b97a844ad
commit
2a2b7d594b
@ -46,7 +46,7 @@ class Amazon extends Provider
|
||||
return $this->provider = new AmazonProvider([
|
||||
'clientId' => $this->getSetting('client_id'),
|
||||
'clientSecret' => $this->getSetting('client_secret'),
|
||||
'redirectUri' => $redirectUri
|
||||
'redirectUri' => $redirectUri,
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user