change characters to token code

This commit is contained in:
iIronside 2023-11-01 15:08:21 +03:00
parent da97a67797
commit 8ca7bef498

View File

@ -13,7 +13,7 @@ use Yii;
class UserTgBotTokenService class UserTgBotTokenService
{ {
const CHARACTERS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'; const CHARACTERS = '0123456789';
/** /**
* @param int $userId * @param int $userId