@@ -102,7 +102,7 @@ |
||
| 102 | 102 | } |
| 103 | 103 | |
| 104 | 104 | /** |
| 105 | - * @param $source |
|
| 105 | + * @param string $source |
|
| 106 | 106 | * @param int $fieldId |
| 107 | 107 | * @param int $siteId |
| 108 | 108 | * @return array |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use flipbox\craft\sortable\associations\services\SortableAssociations; |
| 14 | 14 | use flipbox\element\lists\db\SourceAssociationsQuery; |
| 15 | 15 | use flipbox\element\lists\records\Association; |
| 16 | -use yii\db\ActiveQuery; |
|
| 17 | 16 | |
| 18 | 17 | /** |
| 19 | 18 | * @author Flipbox Factory <[email protected]> |
@@ -16,8 +16,8 @@ |
||
| 16 | 16 | use flipbox\craft\sortable\associations\db\SortableAssociationQueryInterface; |
| 17 | 17 | use flipbox\craft\sortable\associations\records\SortableAssociationInterface; |
| 18 | 18 | use flipbox\craft\sortable\associations\services\SortableFields; |
| 19 | -use flipbox\element\lists\db\SourceElementQuery; |
|
| 20 | 19 | use flipbox\element\lists\ElementList; |
| 20 | +use flipbox\element\lists\db\SourceElementQuery; |
|
| 21 | 21 | use flipbox\element\lists\fields\ElementSourceList; |
| 22 | 22 | use flipbox\element\lists\records\Association; |
| 23 | 23 | use flipbox\ember\helpers\SiteHelper; |