1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

chore: added required Scopes to Amazon Adapter

This commit is contained in:
Christy Jacob 2020-01-13 19:46:41 +05:30
parent fe9f79b123
commit b190bc28d8

View file

@ -15,6 +15,11 @@ class Amazon extends OAuth
*/
protected $user = [];
/**
* @var array
*/
protected $requiredScope = [];
/**
* @return string
*/