master
Rustem 2025-06-14 21:32:01 +05:00
parent 9bf02e2940
commit 56921dd6d4
1 changed files with 2 additions and 2 deletions

View File

@ -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',