@@ -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 |