@@ -8,22 +8,22 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\hubspot\services\resources\traits; |
10 | 10 | |
11 | +use Flipbox\Pipeline\Pipelines\Pipeline; |
|
12 | +use Flipbox\Transform\Factory; |
|
13 | +use Psr\Http\Message\ResponseInterface; |
|
14 | +use Psr\SimpleCache\CacheInterface; |
|
11 | 15 | use craft\base\Element; |
12 | 16 | use craft\base\ElementInterface; |
13 | 17 | use craft\helpers\Json; |
18 | +use flipbox\hubspot\HubSpot; |
|
14 | 19 | use flipbox\hubspot\connections\ConnectionInterface; |
15 | 20 | use flipbox\hubspot\fields\Objects; |
16 | 21 | use flipbox\hubspot\helpers\ConnectionHelper; |
17 | -use flipbox\hubspot\HubSpot; |
|
18 | 22 | use flipbox\hubspot\pipeline\stages\ElementAssociationStage; |
19 | 23 | use flipbox\hubspot\pipeline\stages\ElementSaveStage; |
20 | 24 | use flipbox\hubspot\traits\TransformElementIdTrait; |
21 | 25 | use flipbox\hubspot\traits\TransformElementPayloadTrait; |
22 | 26 | use flipbox\hubspot\transformers\error\Interpret; |
23 | -use Flipbox\Pipeline\Pipelines\Pipeline; |
|
24 | -use Flipbox\Transform\Factory; |
|
25 | -use Psr\Http\Message\ResponseInterface; |
|
26 | -use Psr\SimpleCache\CacheInterface; |
|
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @author Flipbox Factory <[email protected]> |