card page
This commit is contained in:
@ -31,7 +31,7 @@ $table->beforePrint(function () {
|
||||
$table->columns([
|
||||
"status" => [
|
||||
"value" => function ($cell) {
|
||||
return \app\modules\tgbot\models\Tgbot::getStatus()[$cell];
|
||||
return \app\modules\tgbot\models\Tgbot::getStatus()[$cell] ?? 0;
|
||||
}
|
||||
],
|
||||
"username" => [
|
||||
|
Reference in New Issue
Block a user