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