Completed
Push — develop ( 7bcaf6...288696 )
by Nate
05:51
created
src/relationships/OrganizationRelationship.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,13 +8,13 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\organizations\relationships;
10 10
 
11
+use Tightenco\Collect\Support\Collection;
11 12
 use craft\elements\User;
12 13
 use craft\helpers\ArrayHelper;
13 14
 use flipbox\organizations\elements\Organization;
14 15
 use flipbox\organizations\queries\OrganizationQuery;
15 16
 use flipbox\organizations\queries\UserAssociationQuery;
16 17
 use flipbox\organizations\records\UserAssociation;
17
-use Tightenco\Collect\Support\Collection;
18 18
 
19 19
 /**
20 20
  * Manages Organizations associated to Users
Please login to merge, or discard this patch.