Completed
Push — develop ( 3bef5f...80abfd )
by Nate
02:27
created
src/actions/source/Associate.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 namespace flipbox\craft\element\lists\actions\source;
10 10
 
11 11
 use craft\base\Field;
12
-use flipbox\craft\ember\actions\ManageTrait;
13
-use flipbox\craft\ember\helpers\SiteHelper;
14 12
 use flipbox\craft\element\lists\actions\ResolverTrait;
15 13
 use flipbox\craft\element\lists\records\Association;
14
+use flipbox\craft\ember\actions\ManageTrait;
15
+use flipbox\craft\ember\helpers\SiteHelper;
16 16
 use yii\base\Action;
17 17
 
18 18
 /**
Please login to merge, or discard this patch.
src/actions/source/Dissociate.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 namespace flipbox\craft\element\lists\actions\source;
10 10
 
11 11
 use craft\base\Field;
12
-use flipbox\craft\ember\actions\ManageTrait;
13
-use flipbox\craft\ember\helpers\SiteHelper;
14 12
 use flipbox\craft\element\lists\actions\ResolverTrait;
15 13
 use flipbox\craft\element\lists\records\Association;
14
+use flipbox\craft\ember\actions\ManageTrait;
15
+use flipbox\craft\ember\helpers\SiteHelper;
16 16
 use yii\base\Action;
17 17
 
18 18
 /**
Please login to merge, or discard this patch.
src/fields/ModifyElementQueryTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use craft\elements\db\ElementQuery;
12 12
 use craft\elements\db\ElementQueryInterface;
13
-use craft\helpers\Db;
14 13
 use flipbox\craft\element\lists\records\Association;
15 14
 use flipbox\craft\ember\helpers\ArrayHelper;
16 15
 
Please login to merge, or discard this patch.