mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 14:49:46 +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';
|
||
|
|
||
|
}
|