@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Audiens\AdobeClient\Authentication; |
| 4 | 4 | |
| 5 | -use Audiens\AdobeClient\Auth; |
|
| 6 | 5 | use Audiens\AdobeClient\Exception\AuthException; |
| 7 | 6 | use Doctrine\Common\Cache\Cache; |
| 8 | 7 | use GuzzleHttp\ClientInterface; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Audiens\AdobeClient\Repository; |
| 4 | 4 | |
| 5 | -use Audiens\AdobeClient\Auth; |
|
| 6 | 5 | use Audiens\AdobeClient\CachableTrait; |
| 7 | 6 | use Audiens\AdobeClient\CacheableInterface; |
| 8 | 7 | use Audiens\AdobeClient\Entity\TraitMetrics; |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | 'POST', |
| 77 | 77 | $compiledUrl, |
| 78 | 78 | [ |
| 79 | - RequestOptions::JSON => [$audience->toArray()], |
|
| 79 | + RequestOptions::JSON => [$audience->toArray()], |
|
| 80 | 80 | |
| 81 | 81 | ] |
| 82 | 82 | ); |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | 'PUT', |
| 109 | 109 | $compiledUrl, |
| 110 | 110 | [ |
| 111 | - RequestOptions::JSON => [$audience->toArray()], |
|
| 111 | + RequestOptions::JSON => [$audience->toArray()], |
|
| 112 | 112 | |
| 113 | 113 | ] |
| 114 | 114 | ); |