@@ -3,16 +3,16 @@ |
||
3 | 3 | namespace flipbox\patron\cp; |
4 | 4 | |
5 | 5 | use Craft; |
6 | +use Flipbox\OAuth2\Client\Provider\Guardian; |
|
7 | +use League\OAuth2\Client\Provider\Facebook; |
|
6 | 8 | use craft\events\RegisterTemplateRootsEvent; |
7 | 9 | use craft\web\View; |
8 | -use Flipbox\OAuth2\Client\Provider\Guardian; |
|
10 | +use flipbox\patron\Patron; |
|
9 | 11 | use flipbox\patron\events\RegisterProviderIcons; |
10 | -use flipbox\patron\events\RegisterProviders; |
|
11 | 12 | use flipbox\patron\events\RegisterProviderSettings; |
12 | -use flipbox\patron\Patron; |
|
13 | +use flipbox\patron\events\RegisterProviders; |
|
13 | 14 | use flipbox\patron\settings\FacebookSettings; |
14 | 15 | use flipbox\patron\settings\GuardianSettings; |
15 | -use League\OAuth2\Client\Provider\Facebook; |
|
16 | 16 | use yii\base\Event; |
17 | 17 | use yii\base\Module; |
18 | 18 | use yii\web\NotFoundHttpException; |