mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Linter fix
This commit is contained in:
parent
7b5a35cbc6
commit
9623974ed5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,14 +11,14 @@ class Podio extends OAuth2
|
|||
{
|
||||
/**
|
||||
* Endpoint used for initiating OAuth flow
|
||||
*
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private string $endpoint = 'https://podio.com/oauth';
|
||||
|
||||
/**
|
||||
* Endpoint for communication with API server
|
||||
*
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private string $apiEndpoint = 'https://api.podio.com';
|
||||
|
|
|
|||
Loading…
Reference in a new issue