Disabled api version #16

This commit is contained in:
Alex
2025-11-30 17:10:00 +03:00
parent d853faacf7
commit 03b1f158d9
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ class MaxBotServiceProvider extends ServiceProvider
$guzzle,
$httpFactory,
$httpFactory,
$config->get('maxbot.base_url', 'https://botapi.max.ru'),
$config->get('maxbot.api_version', Api::API_VERSION),
$config->get('maxbot.base_url', 'https://platform-api.max.ru'),
$config->get('maxbot.api_version'),
$logger,
);
});