Skip to content

Commit afd33b2

Browse files
committed
Revert
1 parent 8f58c69 commit afd33b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TelegramChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(Telegram $telegram)
3535
*/
3636
public function send($notifiable, Notification $notification): void
3737
{
38-
$message = /* @scrutinizer ignore-call */ $notification->toTelegram($notifiable);
38+
$message = $notification->toTelegram($notifiable);
3939

4040
if (is_string($message)) {
4141
$message = TelegramMessage::create($message);

0 commit comments

Comments
 (0)