@@ -8,11 +8,11 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\craft\hubspot\validators; |
10 | 10 | |
11 | -use flipbox\craft\hubspot\connections\SavableConnectionInterface; |
|
12 | -use flipbox\craft\hubspot\HubSpot; |
|
13 | -use flipbox\craft\hubspot\records\Connection; |
|
14 | 11 | use Flipbox\HubSpot\Connections\ConnectionInterface; |
15 | 12 | use Flipbox\HubSpot\Connections\IntegrationConnectionInterface; |
13 | +use flipbox\craft\hubspot\HubSpot; |
|
14 | +use flipbox\craft\hubspot\connections\SavableConnectionInterface; |
|
15 | +use flipbox\craft\hubspot\records\Connection; |
|
16 | 16 | use yii\base\Model; |
17 | 17 | use yii\validators\Validator; |
18 | 18 |