Linter fix

This commit is contained in:
Matej Bačo 2022-07-03 10:14:36 +02:00 committed by GitHub
parent 7b5a35cbc6
commit 9623974ed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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