Completed
Push — develop ( e5b284...0f5a88 )
by Nate
05:39
created
src/relationships/OrganizationRelationship.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,15 +8,15 @@
 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 craft\helpers\Json;
14 15
 use flipbox\craft\ember\helpers\QueryHelper;
15
-use flipbox\organizations\elements\Organization;
16 16
 use flipbox\organizations\Organizations;
17
+use flipbox\organizations\elements\Organization;
17 18
 use flipbox\organizations\queries\UserAssociationQuery;
18 19
 use flipbox\organizations\records\UserAssociation;
19
-use Tightenco\Collect\Support\Collection;
20 20
 
21 21
 /**
22 22
  * 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,16 +8,16 @@
 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 15
 use craft\helpers\Json;
15 16
 use flipbox\craft\ember\helpers\QueryHelper;
16
-use flipbox\organizations\elements\Organization;
17 17
 use flipbox\organizations\Organizations;
18
+use flipbox\organizations\elements\Organization;
18 19
 use flipbox\organizations\queries\UserAssociationQuery;
19 20
 use flipbox\organizations\records\UserAssociation;
20
-use Tightenco\Collect\Support\Collection;
21 21
 
22 22
 /**
23 23
  * Manages Users associated to Organizations
Please login to merge, or discard this patch.