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(