Debug: Añadido log al webhook y corregida excepcion CSRF

This commit is contained in:
2026-04-19 20:05:41 -06:00
parent d05324a28a
commit b0fa3f4fde
5 changed files with 213 additions and 257 deletions

View File

@@ -24,6 +24,8 @@ class TelegramAccount extends Model
'chat_id',
'verification_code',
'is_verified',
'bot_state',
'bot_data',
];
/**
@@ -35,6 +37,7 @@ class TelegramAccount extends Model
{
return [
'is_verified' => 'boolean',
'bot_data' => 'array',
];
}