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 = []; protected $user = [];
/**
* @var array
*/
protected $requiredScope = [];
/** /**
* @return string * @return string
*/ */