8000 fix · symfony/symfony@df41238 · GitHub
[go: up one dir, main page]

Skip to content

Commit df41238

Browse files
committed
fix
1 parent ca4482b commit df41238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class TelegramTransport extends AbstractTransport
3636
private string $token;
3737
private ?string $chatChannel;
3838

39-
public const EXCLUSIVE_OPTIONS = [
39+
private const EXCLUSIVE_OPTIONS = [
4040
'message_id',
4141
'callback_query_id',
4242
'photo',

0 commit comments

Comments
 (0)
0