Completed
Push — develop ( f7632c...dc861e )
by Nate
09:06
created
src/fields/Objects.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,18 +14,18 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/services/ObjectsField.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,14 +16,14 @@
 block discarded – undo
16 16
 use flipbox\craft\sortable\associations\db\SortableAssociationQueryInterface;
17 17
 use flipbox\craft\sortable\associations\records\SortableAssociationInterface;
18 18
 use flipbox\craft\sortable\associations\services\SortableFields;
19
+use flipbox\hubspot\HubSpot;
19 20
 use flipbox\hubspot\db\ObjectAssociationQuery;
20 21
 use flipbox\hubspot\events\RegisterResourceFieldActionsEvent;
22
+use flipbox\hubspot\fields\Objects;
21 23
 use flipbox\hubspot\fields\actions\ObjectActionInterface;
22 24
 use flipbox\hubspot\fields\actions\ObjectItemActionInterface;
23 25
 use flipbox\hubspot\fields\actions\SyncItemFrom;
24 26
 use flipbox\hubspot\fields\actions\SyncItemTo;
25
-use flipbox\hubspot\fields\Objects;
26
-use flipbox\hubspot\HubSpot;
27 27
 use flipbox\hubspot\records\ObjectAssociation;
28 28
 use flipbox\hubspot\web\assets\objects\Objects as ObjectsFieldAsset;
29 29
 use yii\base\Exception;
Please login to merge, or discard this patch.