master
parent
9bf02e2940
commit
56921dd6d4
|
|
@ -34,10 +34,10 @@ class TelegramNotification extends Notification
|
||||||
{
|
{
|
||||||
$message = TelegramMessage::create()
|
$message = TelegramMessage::create()
|
||||||
->to(config('services.telegram-bot-api.id'))
|
->to(config('services.telegram-bot-api.id'))
|
||||||
->content($notifiable['message']);
|
->content($notifiable['Сообщение']);
|
||||||
|
|
||||||
$excludedFields = [
|
$excludedFields = [
|
||||||
'message',
|
'Сообщение',
|
||||||
'id',
|
'id',
|
||||||
'created_at',
|
'created_at',
|
||||||
'updated_at',
|
'updated_at',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue