mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-27 18:47:32 +00:00
Disabled api version #16
This commit is contained in:
@@ -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,
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user