Completed
Push — develop ( a740b5...5bfad1 )
by Nate
04:08
created
src/fields/ElementListTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Craft;
12 12
 use craft\base\Element;
13 13
 use craft\base\ElementInterface;
14
-use craft\elements\db\ElementQuery;
15 14
 use craft\events\FieldElementEvent;
16 15
 use flipbox\craft\element\lists\relationships\RelationshipInterface;
17 16
 
Please login to merge, or discard this patch.
src/fields/InputTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use craft\base\Element;
13 13
 use craft\base\ElementInterface;
14 14
 use craft\elements\db\ElementQuery;
15
-use craft\elements\db\ElementQueryInterface;
16 15
 use craft\helpers\ArrayHelper;
17 16
 use flipbox\craft\element\lists\relationships\RelationshipInterface;
18 17
 use flipbox\craft\elements\nestedIndex\web\assets\index\NestedElementIndex;
Please login to merge, or discard this patch.