Update Client.php
This commit is contained in:
parent
77972a29a6
commit
8d393c6faf
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@ class Client
|
|||
|
||||
$parameters = self::METHOD_GET === $method
|
||||
? array_merge($this->defaultParameters, $parameters, [
|
||||
'php_version' => function_exists('phpversion') ? phpversion() : '',
|
||||
'cms_source' => 'Bitrix',
|
||||
'module_version' => Constants::MODULE_VERSION,
|
||||
'cms_version' => SM_VERSION,
|
||||
'php_version' => function_exists('phpversion') ? phpversion() : '',
|
||||
'module_version' => Constants::MODULE_VERSION,
|
||||
])
|
||||
: $parameters = array_merge($this->defaultParameters, $parameters);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue