We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d214f1 commit 6c4a607Copy full SHA for 6c4a607
2 files changed
src/Client.php
@@ -8,8 +8,7 @@
8
/**
9
* Client for apis
10
*/
11
-final class Client
12
- implements ClientContract
+final class Client implements ClientInterface
13
{
14
15
* Flag to cache no requests
src/ClientContract.php src/ClientInterface.phpsrc/ClientContract.php renamed to src/ClientInterface.php
@@ -4,7 +4,7 @@
4
5
6
7
-interface ClientContract
+interface ClientInterface
* Get access token and refresh token
0 commit comments