mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Наведён порядок в моделях проекта
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
namespace api\controllers;
|
||||
|
||||
use api\models\ChangePasswordForm;
|
||||
use api\models\ChangeUsernameForm;
|
||||
use api\models\profile\ChangePasswordForm;
|
||||
use api\models\profile\ChangeUsernameForm;
|
||||
use common\models\Account;
|
||||
use Yii;
|
||||
use yii\filters\AccessControl;
|
||||
|
Reference in New Issue
Block a user