Completed
Push — master ( 76d295...0367eb )
by vistart
03:19
created
Organization.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 use rhosocial\base\models\queries\BaseUserQuery;
17 17
 use rhosocial\user\User;
18 18
 use rhosocial\organization\queries\MemberQuery;
19
-use rhosocial\organization\queries\DepartmentQuery;
20
-use rhosocial\organization\queries\OrganizationQuery;
21 19
 use Yii;
22 20
 
23 21
 /**
Please login to merge, or discard this patch.
UserOrganizationTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use rhosocial\organization\queries\OrganizationQuery;
17 17
 use Yii;
18 18
 use yii\base\InvalidConfigException;
19
-use yii\base\InvalidParamException;
20 19
 
21 20
 /**
22 21
  * @property string $guidAttribute GUID Attribute.
Please login to merge, or discard this patch.