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

Skip to content

Commit d384f8f

Browse files
committed
fix
1 parent d3c0021 commit d384f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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