Fixing TelegramWebhookCommand setWebhook() call.

This commit is contained in:
Alexey Skobkin 2023-08-19 01:22:37 +03:00
parent 1c223f7077
commit 0a03a9a904
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class TelegramWebhookCommand extends Command
try { try {
$this->client->setWebhook( $this->client->setWebhook(
url: $url, url: $url,
max_connections: $this->telegramWebhookMaxConnections, maxConnections: $this->telegramWebhookMaxConnections,
); );
} catch (\Exception $e) { } catch (\Exception $e) {
$io->error(\sprintf( $io->error(\sprintf(