WIP: Symfony 6 project remake #2
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue