@@ -8,12 +8,12 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\hubspot\services\resources\traits; |
10 | 10 | |
11 | +use League\Pipeline\PipelineBuilderInterface; |
|
11 | 12 | use craft\base\Element; |
12 | 13 | use craft\base\ElementInterface; |
13 | 14 | use flipbox\hubspot\criteria\ObjectCriteriaInterface; |
14 | 15 | use flipbox\hubspot\fields\Objects; |
15 | 16 | use flipbox\hubspot\helpers\TransformerHelper; |
16 | -use League\Pipeline\PipelineBuilderInterface; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * @author Flipbox Factory <[email protected]> |
@@ -12,8 +12,8 @@ |
||
12 | 12 | use craft\base\ElementInterface; |
13 | 13 | use flipbox\ember\actions\traits\Manage; |
14 | 14 | use flipbox\ember\helpers\SiteHelper; |
15 | -use flipbox\hubspot\fields\Objects; |
|
16 | 15 | use flipbox\hubspot\HubSpot; |
16 | +use flipbox\hubspot\fields\Objects; |
|
17 | 17 | use flipbox\hubspot\records\ObjectAssociation; |
18 | 18 | use yii\base\Action; |
19 | 19 | use yii\web\HttpException; |
@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace flipbox\hubspot\patron; |
4 | 4 | |
5 | -use flipbox\hubspot\patron\providers\HubSpotSettings; |
|
6 | 5 | use Flipbox\OAuth2\Client\Provider\HubSpot as HubSpotProvider; |
7 | 6 | use Flipbox\OAuth2\Client\Provider\HubSpotResourceOwner; |
7 | +use flipbox\hubspot\patron\providers\HubSpotSettings; |
|
8 | 8 | use flipbox\patron\cp\Cp; |
9 | 9 | use flipbox\patron\events\PersistTokenEvent; |
10 | -use flipbox\patron\events\RegisterProviders; |
|
11 | 10 | use flipbox\patron\events\RegisterProviderSettings; |
11 | +use flipbox\patron\events\RegisterProviders; |
|
12 | 12 | use flipbox\patron\services\Tokens; |
13 | 13 | use yii\base\Event; |
14 | 14 |