@@ -8,26 +8,9 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\craft\integration\fields; |
10 | 10 | |
11 | -use Craft; |
|
12 | -use craft\base\Element; |
|
13 | -use craft\base\ElementInterface; |
|
14 | -use craft\base\Field; |
|
15 | 11 | use craft\elements\db\ElementQuery; |
16 | 12 | use craft\elements\db\ElementQueryInterface; |
17 | -use craft\helpers\Component as ComponentHelper; |
|
18 | 13 | use craft\helpers\Db; |
19 | -use craft\helpers\StringHelper; |
|
20 | -use flipbox\craft\ember\helpers\ModelHelper; |
|
21 | -use flipbox\craft\ember\records\ActiveRecord; |
|
22 | -use flipbox\craft\ember\validators\MinMaxValidator; |
|
23 | -use flipbox\craft\integration\events\RegisterIntegrationFieldActionsEvent; |
|
24 | -use flipbox\craft\integration\fields\actions\IntegrationActionInterface; |
|
25 | -use flipbox\craft\integration\fields\actions\IntegrationItemActionInterface; |
|
26 | -use flipbox\craft\integration\queries\IntegrationAssociationQuery; |
|
27 | -use flipbox\craft\integration\records\IntegrationAssociation; |
|
28 | -use flipbox\craft\integration\web\assets\integrations\Integrations as IntegrationsAsset; |
|
29 | -use yii\base\Exception; |
|
30 | -use yii\helpers\ArrayHelper; |
|
31 | 14 | |
32 | 15 | /** |
33 | 16 | * @author Flipbox Factory <[email protected]> |
@@ -53,7 +53,7 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @param $value |
|
56 | + * @param string $value |
|
57 | 57 | * @param ElementInterface|null $element |
58 | 58 | * @return IntegrationAssociationQuery |
59 | 59 | */ |
@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\craft\integration\fields; |
10 | 10 | |
11 | -use Craft; |
|
12 | 11 | use craft\base\Element; |
13 | 12 | use craft\base\ElementInterface; |
14 | 13 | use craft\helpers\StringHelper; |