Completed
Push — develop ( 2f50d2...a740b5 )
by Nate
04:32
created
src/relationships/Relationship.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,6 +9,7 @@  discard block
 block discarded – undo
9 9
 namespace flipbox\craft\element\lists\relationships;
10 10
 
11 11
 use Craft;
12
+use Tightenco\Collect\Support\Collection;
12 13
 use craft\base\ElementInterface;
13 14
 use craft\elements\db\ElementQuery;
14 15
 use craft\helpers\ArrayHelper;
@@ -19,7 +20,6 @@  discard block
 block discarded – undo
19 20
 use flipbox\craft\element\lists\records\Association;
20 21
 use flipbox\craft\ember\helpers\QueryHelper;
21 22
 use flipbox\organizations\records\UserAssociation;
22
-use Tightenco\Collect\Support\Collection;
23 23
 use yii\base\BaseObject;
24 24
 use yii\base\Exception;
25 25
 use yii\base\UnknownPropertyException;
Please login to merge, or discard this patch.