mirror of
https://github.com/imorland/flarum-ext-oauth-amazon.git
synced 2025-01-07 03:06:41 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
3b97a844ad
commit
2a2b7d594b
@ -5,8 +5,8 @@
|
||||
*
|
||||
* Copyright (c) 2021 IanM.
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE.md
|
||||
* file that was distributed with this source code.
|
||||
* For the full copyright and license information, please view the LICENSE.md
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace IanM\OAuthAmazon;
|
||||
|
@ -5,8 +5,8 @@
|
||||
*
|
||||
* Copyright (c) 2021 IanM.
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE.md
|
||||
* file that was distributed with this source code.
|
||||
* For the full copyright and license information, please view the LICENSE.md
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace IanM\OAuthAmazon\Providers;
|
||||
@ -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