mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
parent
0c38f1db08
commit
6b089d35a9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class Etsy extends OAuth2
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $endpoint = 'https://api.etsy.com/v3/public';
|
||||
private string $endpoint = 'https://api.etsy.com/v3/public';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
|
|
|||
Loading…
Reference in a new issue