Update src/Appwrite/Auth/OAuth2/Etsy.php

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
Wess Cope 2022-07-21 09:28:42 -04:00 committed by GitHub
parent 0c38f1db08
commit 6b089d35a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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