From 0a03a9a904ba3892eb0cba7c3501a74f0d1efaea Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 19 Aug 2023 01:22:37 +0300 Subject: [PATCH] Fixing TelegramWebhookCommand setWebhook() call. --- src/Command/TelegramWebhookCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/TelegramWebhookCommand.php b/src/Command/TelegramWebhookCommand.php index 13ac1a2..8566653 100644 --- a/src/Command/TelegramWebhookCommand.php +++ b/src/Command/TelegramWebhookCommand.php @@ -50,7 +50,7 @@ class TelegramWebhookCommand extends Command try { $this->client->setWebhook( url: $url, - max_connections: $this->telegramWebhookMaxConnections, + maxConnections: $this->telegramWebhookMaxConnections, ); } catch (\Exception $e) { $io->error(\sprintf(