Реализована форма разблокировки аккаунта

This commit is contained in:
ErickSkrauch
2017-01-05 00:57:04 +03:00
parent b9e5e3a679
commit 6f81c38b7f
7 changed files with 217 additions and 0 deletions

View File

@ -4,5 +4,6 @@ namespace api\modules\internal\helpers;
final class Error {
public const ACCOUNT_ALREADY_BANNED = 'error.account_already_banned';
public const ACCOUNT_NOT_BANNED = 'error.account_not_banned';
}