Skip to content

Commit 9e3e5d1

Browse files
committed
WIP
1 parent e78d204 commit 9e3e5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/TelegramBot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public static function notificationToTelegram(\Throwable $exception): void
129129
->line('*💪 Не сдавайтесь!*')
130130
->line('Каждая ошибка - это шанс стать лучше. Давайте использовать этот момент, чтобы улучшить наш код и стать еще сильнее. Удачи!')
131131
->send();
132-
} catch (\Exception|Throwable) {
132+
} catch (\Exception|\Throwable) {
133133
// without recursive
134134
}
135135
}

0 commit comments

Comments
 (0)