@@ -2,9 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Risan\OAuth1; |
| 4 | 4 | |
| 5 | -use Risan\OAuth1\Credentials\ClientCredentials; |
|
| 6 | -use Risan\OAuth1\Request\RequestConfigInterface; |
|
| 7 | 5 | use Risan\OAuth1\Credentials\CredentialsFactoryInterface; |
| 6 | +use Risan\OAuth1\Request\RequestConfigInterface; |
|
| 8 | 7 | |
| 9 | 8 | class OAuth1 implements OAuth1Interface |
| 10 | 9 | { |