Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f4f4c2beb |
@@ -505,6 +505,7 @@ abstract class ClientAbstracts implements IClient
|
||||
*/
|
||||
protected function mergeParams($newData): string
|
||||
{
|
||||
if (empty($data)) return '';
|
||||
if (!is_string($newData)) {
|
||||
return $this->toRequest($newData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user