Completed
Push — develop ( 6cec8f...ae3a0e )
by Nate
05:35
created
src/fields/Objects.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,23 +9,23 @@
 block discarded – undo
9 9
 namespace flipbox\craft\hubspot\fields;
10 10
 
11 11
 use Craft;
12
+use Psr\Http\Message\ResponseInterface;
13
+use Psr\SimpleCache\CacheInterface;
12 14
 use craft\base\Element;
13 15
 use craft\base\ElementInterface;
14 16
 use craft\helpers\ArrayHelper;
15 17
 use flipbox\craft\ember\helpers\SiteHelper;
18
+use flipbox\craft\hubspot\HubSpot;
16 19
 use flipbox\craft\hubspot\fields\actions\SyncItemFrom;
17 20
 use flipbox\craft\hubspot\fields\actions\SyncItemTo;
18 21
 use flipbox\craft\hubspot\fields\actions\SyncTo;
19 22
 use flipbox\craft\hubspot\helpers\TransformerHelper;
20
-use flipbox\craft\hubspot\HubSpot;
21 23
 use flipbox\craft\hubspot\records\ObjectAssociation;
22 24
 use flipbox\craft\hubspot\transformers\PopulateElementErrorsFromResponse;
23 25
 use flipbox\craft\hubspot\transformers\PopulateElementErrorsFromUpsertResponse;
24 26
 use flipbox\craft\integration\fields\Integrations;
25 27
 use flipbox\craft\integration\queries\IntegrationAssociationQuery;
26 28
 use flipbox\hubspot\connections\ConnectionInterface;
27
-use Psr\Http\Message\ResponseInterface;
28
-use Psr\SimpleCache\CacheInterface;
29 29
 
30 30
 /**
31 31
  * @author Flipbox Factory <[email protected]>
Please login to merge, or discard this patch.