|
@@ -9,12 +9,12 @@ |
|
|
block discarded – undo |
|
9
|
9
|
namespace flipbox\patron\hubspot\connections; |
|
10
|
10
|
|
|
11
|
11
|
use Craft; |
|
|
12
|
+use Flipbox\OAuth2\Client\Provider\HubSpot; |
|
|
13
|
+use Flipbox\OAuth2\Client\Provider\HubSpotResourceOwner; |
|
12
|
14
|
use craft\helpers\ArrayHelper; |
|
13
|
|
-use flipbox\craft\hubspot\connections\SavableIntegrationConnectionInterface; |
|
14
|
15
|
use flipbox\craft\hubspot\HubSpot as HubSpotPlugin; |
|
|
16
|
+use flipbox\craft\hubspot\connections\SavableIntegrationConnectionInterface; |
|
15
|
17
|
use flipbox\craft\integration\connections\AbstractSaveableConnection; |
|
16
|
|
-use Flipbox\OAuth2\Client\Provider\HubSpot; |
|
17
|
|
-use Flipbox\OAuth2\Client\Provider\HubSpotResourceOwner; |
|
18
|
18
|
use flipbox\patron\records\Provider; |
|
19
|
19
|
|
|
20
|
20
|
/** |
Please login to merge, or discard this patch.