Completed
Push — develop ( d495a4...664cbd )
by Nate
01:59
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/queries/AssociationQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\craft\element\lists\queries;
10 10
 
11
-use Craft;
12 11
 use craft\base\ElementInterface;
13 12
 use craft\db\QueryAbortedException;
14 13
 use craft\helpers\Db;
Please login to merge, or discard this patch.
src/elements/actions/DissociateFromElementAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use craft\fields\BaseRelationField;
18 18
 use craft\helpers\ArrayHelper;
19 19
 use flipbox\craft\element\lists\ElementList;
20
-use flipbox\craft\element\lists\queries\AssociationQuery;
21 20
 use flipbox\craft\element\lists\records\Association;
22 21
 use yii\base\Exception;
23 22
 
Please login to merge, or discard this patch.