@@ -9,6 +9,7 @@ discard block |
||
9 | 9 | namespace flipbox\patron\records; |
10 | 10 | |
11 | 11 | use Craft; |
12 | +use Twig_Markup; |
|
12 | 13 | use craft\base\PluginInterface; |
13 | 14 | use craft\db\Query; |
14 | 15 | use craft\helpers\StringHelper; |
@@ -19,12 +20,11 @@ discard block |
||
19 | 20 | use flipbox\ember\records\ActiveRecordWithId; |
20 | 21 | use flipbox\ember\records\traits\StateAttribute; |
21 | 22 | use flipbox\ember\traits\HandleRules; |
23 | +use flipbox\patron\Patron; |
|
22 | 24 | use flipbox\patron\db\ProviderActiveQuery; |
23 | 25 | use flipbox\patron\helpers\ProviderHelper; |
24 | -use flipbox\patron\Patron; |
|
25 | 26 | use flipbox\patron\providers\SettingsInterface; |
26 | 27 | use flipbox\patron\validators\ProviderValidator; |
27 | -use Twig_Markup; |
|
28 | 28 | use yii\helpers\ArrayHelper; |
29 | 29 | |
30 | 30 | /** |