mirror of
https://github.com/elyby/accounts.git
synced 2025-01-04 03:12:04 +05:30
9 lines
145 B
PHP
9 lines
145 B
PHP
|
<?php
|
||
|
namespace api\modules\internal\helpers;
|
||
|
|
||
|
final class Error {
|
||
|
|
||
|
public const ACCOUNT_ALREADY_BANNED = 'error.account_already_banned';
|
||
|
|
||
|
}
|