mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
f0d4f43dba
commit
a079284729
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class Etsy extends OAuth2
|
|||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $tokens = [];
|
||||
protected array $tokens = [];
|
||||
|
||||
/**
|
||||
* @var array
|
||||
|
|
|
|||
Loading…
Reference in a new issue