@@ -5,11 +5,11 @@ |
||
| 5 | 5 | use Audiens\DoubleclickClient\Auth; |
| 6 | 6 | use Audiens\DoubleclickClient\CachableTrait; |
| 7 | 7 | use Audiens\DoubleclickClient\CacheableInterface; |
| 8 | +use Audiens\DoubleclickClient\entity\ApiResponse; |
|
| 8 | 9 | use Audiens\DoubleclickClient\entity\ReportConfig; |
| 9 | 10 | use Audiens\DoubleclickClient\entity\SegmentCommunication; |
| 10 | 11 | use Audiens\DoubleclickClient\entity\SegmentRevenue; |
| 11 | 12 | use Audiens\DoubleclickClient\exceptions\ReportException; |
| 12 | -use Audiens\DoubleclickClient\entity\ApiResponse; |
|
| 13 | 13 | use Doctrine\Common\Cache\Cache; |
| 14 | 14 | use GuzzleHttp\Client; |
| 15 | 15 | use GuzzleHttp\ClientInterface; |
@@ -6,8 +6,8 @@ |
||
| 6 | 6 | use Audiens\DoubleclickClient\Auth; |
| 7 | 7 | use Audiens\DoubleclickClient\CachableTrait; |
| 8 | 8 | use Audiens\DoubleclickClient\CacheableInterface; |
| 9 | -use Audiens\DoubleclickClient\entity\Segment; |
|
| 10 | 9 | use Audiens\DoubleclickClient\entity\ApiResponse; |
| 10 | +use Audiens\DoubleclickClient\entity\Segment; |
|
| 11 | 11 | use Audiens\DoubleclickClient\exceptions\ClientException; |
| 12 | 12 | use Doctrine\Common\Cache\Cache; |
| 13 | 13 | use GuzzleHttp\Client; |