Completed
Push — master ( 2731ff...16fe27 )
by Nate
03:36 queued 11s
created
src/cp/controllers/UserIndexesController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
 use craft\base\ElementActionInterface;
15 15
 use craft\base\ElementInterface;
16 16
 use craft\controllers\BaseElementsController;
17
+use craft\elements\User;
17 18
 use craft\elements\db\ElementQuery;
18 19
 use craft\elements\db\ElementQueryInterface;
19
-use craft\elements\User;
20 20
 use craft\events\ElementActionEvent;
21 21
 use craft\events\RegisterElementHtmlAttributesEvent;
22 22
 use craft\helpers\ElementHelper;
Please login to merge, or discard this patch.
src/elements/Organization.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,21 +10,20 @@
 block discarded – undo
10 10
 
11 11
 use Craft;
12 12
 use craft\base\Element;
13
+use craft\elements\User;
13 14
 use craft\elements\actions\Edit as EditAction;
14 15
 use craft\elements\actions\SetStatus;
15 16
 use craft\elements\db\ElementQueryInterface;
16
-use craft\elements\User;
17 17
 use craft\helpers\DateTimeHelper;
18 18
 use craft\helpers\Json;
19 19
 use craft\helpers\StringHelper;
20 20
 use craft\helpers\UrlHelper as UrlHelper;
21 21
 use flipbox\craft\ember\elements\ExplicitElementTrait;
22 22
 use flipbox\craft\ember\helpers\ModelHelper;
23
-use flipbox\organizations\models\DateJoinedAttributeTrait;
24 23
 use flipbox\organizations\Organizations as OrganizationPlugin;
24
+use flipbox\organizations\models\DateJoinedAttributeTrait;
25 25
 use flipbox\organizations\queries\OrganizationQuery;
26 26
 use flipbox\organizations\records\Organization as OrganizationRecord;
27
-use flipbox\organizations\records\OrganizationType;
28 27
 use flipbox\organizations\records\OrganizationType as TypeModel;
29 28
 use yii\base\ErrorException as Exception;
30 29
 
Please login to merge, or discard this patch.