admin status

This commit is contained in:
Kavalar 2025-01-26 14:49:38 +03:00
parent 824130df26
commit ffd30ca370

View File

@ -45,6 +45,7 @@ class Tgbot extends Model
return [
self::DISABLE_STATUS => "Не активный",
self::ACTIVE_STATUS => "Активный",
self::ADMIN_STATUS => "Админ",
];
}