@@ -2,13 +2,13 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace drupol\Yaroc; |
| 4 | 4 | |
| 5 | +use Http\Client\HttpClient; |
|
| 6 | +use Psr\Http\Message\ResponseInterface; |
|
| 7 | +use Psr\Log\LoggerInterface; |
|
| 5 | 8 | use drupol\Yaroc\Http\Client; |
| 6 | 9 | use drupol\Yaroc\Log\Logger; |
| 7 | 10 | use drupol\Yaroc\Plugin\MethodPluginInterface; |
| 8 | 11 | use drupol\Yaroc\Plugin\MethodPluginManager; |
| 9 | -use Http\Client\HttpClient; |
|
| 10 | -use Psr\Http\Message\ResponseInterface; |
|
| 11 | -use Psr\Log\LoggerInterface; |
|
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * Class RandomOrgAPIClient |