Skip to content

Commit

Permalink
Merge pull request #107 from Umarbatalov/feature/protected-oauth-client
Browse files Browse the repository at this point in the history
Protected oauth-client
  • Loading branch information
bessudnov authored Aug 11, 2020
2 parents 68db626 + c7862cc commit b9b6c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmoCRM/OAuth/AmoCRMOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AmoCRMOAuth
/**
* @var AmoCRM
*/
private $oauthProvider;
protected $oauthProvider;

/**
* @var null|callable
Expand Down

0 comments on commit b9b6c90

Please sign in to comment.