Completed
Push — develop ( d69ef5...5f4c50 )
by Nate
02:28
created
src/fields/User.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,18 +15,18 @@
 block discarded – undo
15 15
 use craft\base\Field;
16 16
 use craft\base\PreviewableFieldInterface;
17 17
 use craft\db\Query;
18
+use craft\elements\User as UserElement;
18 19
 use craft\elements\db\ElementQuery;
19 20
 use craft\elements\db\ElementQueryInterface;
20
-use craft\elements\User as UserElement;
21 21
 use craft\helpers\ElementHelper;
22 22
 use craft\helpers\StringHelper;
23 23
 use craft\validators\ArrayValidator;
24
-use flipbox\organization\elements\db\Organization as OrganizationQuery;
24
+use flipbox\organization\Organization as OrganizationPlugin;
25 25
 use flipbox\organization\elements\Organization as OrganizationElement;
26
+use flipbox\organization\elements\db\Organization as OrganizationQuery;
26 27
 use flipbox\organization\helpers\Query as QueryHelper;
27
-use flipbox\organization\Organization as OrganizationPlugin;
28
-use flipbox\organization\records\User as OrganizationUserRecord;
29 28
 use flipbox\organization\queue\jobs\LocalizeRelations;
29
+use flipbox\organization\records\User as OrganizationUserRecord;
30 30
 use flipbox\organization\validators\User as UserValidator;
31 31
 use yii\base\Exception;
32 32
 
Please login to merge, or discard this patch.
src/Organization.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use craft\models\FieldLayout as FieldLayoutModel;
17 17
 use craft\services\Elements;
18 18
 use craft\services\Fields;
19
-use craft\web\twig\variables\CraftVariable;
20 19
 use craft\web\UrlManager;
20
+use craft\web\twig\variables\CraftVariable;
21 21
 use flipbox\organization\controllers\OrganizationController;
22 22
 use flipbox\organization\elements\Organization as OrganizationElement;
23 23
 use flipbox\organization\fields\Organization as OrganizationField;
Please login to merge, or discard this patch.