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