@@ -13,9 +13,9 @@ |
||
| 13 | 13 | use craft\helpers\ArrayHelper; |
| 14 | 14 | use craft\helpers\Json; |
| 15 | 15 | use flipbox\craft\ember\helpers\QueryHelper; |
| 16 | +use flipbox\organizations\Organizations; |
|
| 16 | 17 | use flipbox\organizations\behaviors\OrganizationsAssociatedToUserBehavior; |
| 17 | 18 | use flipbox\organizations\elements\Organization; |
| 18 | -use flipbox\organizations\Organizations; |
|
| 19 | 19 | use flipbox\organizations\queries\UserAssociationQuery; |
| 20 | 20 | use flipbox\organizations\records\UserAssociation; |
| 21 | 21 | |
@@ -9,8 +9,8 @@ |
||
| 9 | 9 | namespace flipbox\organizations\validators; |
| 10 | 10 | |
| 11 | 11 | use craft\helpers\Json; |
| 12 | -use flipbox\organizations\behaviors\OrganizationsAssociatedToUserBehavior; |
|
| 13 | 12 | use flipbox\organizations\Organizations as OrganizationPlugin; |
| 13 | +use flipbox\organizations\behaviors\OrganizationsAssociatedToUserBehavior; |
|
| 14 | 14 | use yii\base\Model; |
| 15 | 15 | use yii\validators\Validator; |
| 16 | 16 | |