change characters to token code
This commit is contained in:
parent
da97a67797
commit
8ca7bef498
@ -13,7 +13,7 @@ use Yii;
|
||||
|
||||
class UserTgBotTokenService
|
||||
{
|
||||
const CHARACTERS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||
const CHARACTERS = '0123456789';
|
||||
|
||||
/**
|
||||
* @param int $userId
|
||||
|
Loading…
Reference in New Issue
Block a user