@@ -8,15 +8,14 @@ |
||
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 |
@@ -8,15 +8,14 @@ |
||
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 |
@@ -8,16 +8,14 @@ |
||
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 |