@@ -14,18 +14,18 @@ |
||
14 | 14 | use craft\elements\db\ElementQueryInterface; |
15 | 15 | use flipbox\ember\helpers\ModelHelper; |
16 | 16 | use flipbox\ember\validators\MinMaxValidator; |
17 | +use flipbox\hubspot\HubSpot; |
|
17 | 18 | use flipbox\hubspot\criteria\CompanyCriteria; |
18 | 19 | use flipbox\hubspot\criteria\ContactCriteria; |
19 | 20 | use flipbox\hubspot\criteria\ContactListCriteria; |
20 | 21 | use flipbox\hubspot\criteria\ObjectCriteria; |
21 | 22 | use flipbox\hubspot\criteria\ObjectCriteriaInterface; |
22 | 23 | use flipbox\hubspot\db\ObjectAssociationQuery; |
23 | -use flipbox\hubspot\HubSpot; |
|
24 | 24 | use flipbox\hubspot\records\ObjectAssociation; |
25 | +use flipbox\hubspot\services\resources\CRUDInterface; |
|
25 | 26 | use flipbox\hubspot\services\resources\Companies; |
26 | 27 | use flipbox\hubspot\services\resources\ContactLists; |
27 | 28 | use flipbox\hubspot\services\resources\Contacts; |
28 | -use flipbox\hubspot\services\resources\CRUDInterface; |
|
29 | 29 | use yii\base\InvalidConfigException; |
30 | 30 | |
31 | 31 | /** |