Completed
Push — develop ( 63ca71...250875 )
by Nate
03:13 queued 01:02
created
src/patron/connections/AccessTokenConnection.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\hubspot\patron\connections;
10 10
 
11
-use flipbox\hubspot\connections\IntegrationConnectionInterface;
12 11
 use Flipbox\OAuth2\Client\Provider\HubSpotResourceOwner;
12
+use flipbox\hubspot\connections\IntegrationConnectionInterface;
13 13
 use yii\base\BaseObject;
14 14
 
15 15
 /**
Please login to merge, or discard this patch.
src/queue/jobs/AbstractSyncElementJob.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Craft;
6 6
 use craft\base\ElementInterface;
7 7
 use craft\queue\BaseJob;
8
-use flipbox\hubspot\fields\Objects;
9 8
 use flipbox\hubspot\HubSpot;
9
+use flipbox\hubspot\fields\Objects;
10 10
 use yii\base\Component;
11 11
 use yii\base\InvalidConfigException;
12 12
 
Please login to merge, or discard this patch.