Fixing TelegramWebhookCommand setWebhook() call.
This commit is contained in:
parent
1c223f7077
commit
0a03a9a904
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue