@@ -8,8 +8,8 @@ |
||
| 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 | /** |
@@ -5,8 +5,8 @@ |
||
| 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 | |