Completed
Push — develop ( c473d5...a8f522 )
by Nate
02:18
created
src/actions/source/Associate.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,12 +8,10 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\craft\element\lists\actions\source;
10 10
 
11
-use Craft;
12 11
 use craft\base\Field;
13
-use flipbox\craft\ember\actions\ManageTrait;
14
-use flipbox\craft\ember\helpers\SiteHelper;
15 12
 use flipbox\craft\element\lists\actions\ResolverTrait;
16 13
 use flipbox\craft\element\lists\records\Association;
14
+use flipbox\craft\ember\actions\ManageTrait;
17 15
 use yii\base\Action;
18 16
 
19 17
 /**
Please login to merge, or discard this patch.
src/actions/source/Dissociate.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,9 @@
 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;
16 15
 use yii\base\Action;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.