Completed
Push — develop ( 169348...f84396 )
by Nate
09:18
created
src/services/Types.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,9 @@
 block discarded – undo
12 12
 use craft\helpers\ArrayHelper;
13 13
 use flipbox\ember\helpers\ObjectHelper;
14 14
 use flipbox\ember\services\traits\records\AccessorByString;
15
+use flipbox\organizations\Organizations as OrganizationPlugin;
15 16
 use flipbox\organizations\db\TypeQuery;
16 17
 use flipbox\organizations\elements\Organization as OrganizationElement;
17
-use flipbox\organizations\Organizations as OrganizationPlugin;
18
-use flipbox\organizations\records\OrganizationType;
19 18
 use flipbox\organizations\records\OrganizationType as TypeRecord;
20 19
 use flipbox\organizations\records\OrganizationTypeAssociation;
21 20
 use yii\base\Component;
Please login to merge, or discard this patch.
src/services/UserTypes.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
 use flipbox\ember\helpers\ArrayHelper;
14 14
 use flipbox\ember\helpers\ObjectHelper;
15 15
 use flipbox\ember\services\traits\records\AccessorByString;
16
+use flipbox\organizations\Organizations;
16 17
 use flipbox\organizations\db\UserTypeQuery;
17 18
 use flipbox\organizations\elements\Organization as OrganizationElement;
18
-use flipbox\organizations\Organizations;
19 19
 use flipbox\organizations\records\UserAssociation;
20 20
 use flipbox\organizations\records\UserType;
21 21
 use flipbox\organizations\records\UserTypeAssociation;
Please login to merge, or discard this patch.