mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Implemented account deletion. Not all cases covered with tests [skip ci]
This commit is contained in:
@ -6,4 +6,7 @@ final class Error {
|
||||
public const ACCOUNT_ALREADY_BANNED = 'error.account_already_banned';
|
||||
public const ACCOUNT_NOT_BANNED = 'error.account_not_banned';
|
||||
|
||||
public const ACCOUNT_ALREADY_DELETED = 'error.account_already_deleted';
|
||||
public const ACCOUNT_NOT_DELETED = 'error.account_not_deleted';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user