@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace League\OAuth1\Client\Server; |
| 4 | 4 | |
| 5 | -use League\OAuth1\Client\Exceptions\IdentityProviderException; |
|
| 6 | 5 | use League\OAuth1\Client\Credentials\TokenCredentials; |
| 6 | +use League\OAuth1\Client\Exceptions\IdentityProviderException; |
|
| 7 | 7 | use Psr\Http\Message\ResponseInterface; |
| 8 | 8 | |
| 9 | 9 | class Trello extends AbstractServer |