Skip to content

Commit 5294d1f

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent bc3fc83 commit 5294d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/WebHookController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function telegram(Request $request, TelegramBot $telegramBot): void
3030

3131
if (empty($text)) {
3232
$telegramBot->deleteMessage($chatId, $messageId);
33+
3334
return;
3435
}
3536

0 commit comments

Comments
 (0)