@@ -8,11 +8,11 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace flipbox\hubspot\transformers\elements; |
| 10 | 10 | |
| 11 | +use Flipbox\Transform\Transformers\AbstractSimpleTransformer; |
|
| 11 | 12 | use craft\base\ElementInterface; |
| 12 | 13 | use craft\helpers\Json; |
| 13 | -use flipbox\hubspot\fields\Resources; |
|
| 14 | 14 | use flipbox\hubspot\HubSpot; |
| 15 | -use Flipbox\Transform\Transformers\AbstractSimpleTransformer; |
|
| 15 | +use flipbox\hubspot\fields\Resources; |
|
| 16 | 16 | |
| 17 | 17 | class HubSpotId extends AbstractSimpleTransformer |
| 18 | 18 | { |
@@ -8,9 +8,8 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace flipbox\hubspot\patron\connections; |
| 10 | 10 | |
| 11 | -use flipbox\hubspot\connections\ConnectionInterface; |
|
| 12 | -use flipbox\hubspot\connections\IntegrationConnectionInterface; |
|
| 13 | 11 | use Flipbox\OAuth2\Client\Provider\HubSpotResourceOwner; |
| 12 | +use flipbox\hubspot\connections\IntegrationConnectionInterface; |
|
| 14 | 13 | use yii\base\BaseObject; |
| 15 | 14 | |
| 16 | 15 | /** |
@@ -8,14 +8,14 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace flipbox\hubspot\services\resources; |
| 10 | 10 | |
| 11 | +use Flipbox\Relay\HubSpot\Builder\Resources\Timeline\UpsertEvent; |
|
| 12 | +use League\Pipeline\PipelineBuilderInterface; |
|
| 13 | +use flipbox\hubspot\HubSpot; |
|
| 11 | 14 | use flipbox\hubspot\connections\IntegrationConnectionInterface; |
| 12 | 15 | use flipbox\hubspot\criteria\TimelineEventCriteria; |
| 13 | 16 | use flipbox\hubspot\helpers\TransformerHelper; |
| 14 | -use flipbox\hubspot\HubSpot; |
|
| 15 | 17 | use flipbox\hubspot\pipeline\Resource; |
| 16 | 18 | use flipbox\hubspot\transformers\collections\TransformerCollectionInterface; |
| 17 | -use Flipbox\Relay\HubSpot\Builder\Resources\Timeline\UpsertEvent; |
|
| 18 | -use League\Pipeline\PipelineBuilderInterface; |
|
| 19 | 19 | use yii\base\Component; |
| 20 | 20 | |
| 21 | 21 | /** |