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