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