Completed
Push — master ( bb7f42...0a7f4f )
by Nate
02:33
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.