Debug: Añadido log al webhook y corregida excepcion CSRF
This commit is contained in:
@@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user