@@ -7,9 +7,9 @@ |
||
| 7 | 7 | use craft\events\ModelEvent; |
| 8 | 8 | use craft\helpers\ArrayHelper; |
| 9 | 9 | use flipbox\craft\ember\helpers\QueryHelper; |
| 10 | +use flipbox\organizations\Organizations as OrganizationPlugin; |
|
| 10 | 11 | use flipbox\organizations\elements\Organization; |
| 11 | 12 | use flipbox\organizations\objects\OrganizationsAssociatedToUserManager; |
| 12 | -use flipbox\organizations\Organizations as OrganizationPlugin; |
|
| 13 | 13 | use flipbox\organizations\queries\OrganizationQuery; |
| 14 | 14 | use flipbox\organizations\validators\OrganizationsValidator; |
| 15 | 15 | use yii\base\Behavior; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use flipbox\craft\ember\helpers\QueryHelper; |
| 14 | 14 | use flipbox\organizations\objects\UsersAssociatedToOrganizationManager; |
| 15 | 15 | use flipbox\organizations\queries\OrganizationTypeQuery; |
| 16 | -use flipbox\organizations\records\OrganizationType; |
|
| 17 | 16 | use flipbox\organizations\records\OrganizationType as TypeModel; |
| 18 | 17 | |
| 19 | 18 | /** |
@@ -12,8 +12,8 @@ |
||
| 12 | 12 | use craft\helpers\ArrayHelper; |
| 13 | 13 | use craft\helpers\Json; |
| 14 | 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 | 19 | use yii\db\QueryInterface; |
@@ -11,8 +11,8 @@ |
||
| 11 | 11 | use craft\helpers\ArrayHelper; |
| 12 | 12 | use craft\helpers\Json; |
| 13 | 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; |
@@ -12,8 +12,8 @@ |
||
| 12 | 12 | use craft\helpers\ArrayHelper; |
| 13 | 13 | use craft\helpers\Json; |
| 14 | 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 | 19 | use yii\db\QueryInterface; |