@@ -125,7 +125,7 @@ |
||
125 | 125 | $body = $builder->buildAll(); |
126 | 126 | $array = [ |
127 | 127 | 'headers' => [ |
128 | - 'Content-Type' => 'multipart/form-data; boundary="' . $builder->getBoundary() . '"', |
|
128 | + 'Content-Type' => 'multipart/form-data; boundary="'.$builder->getBoundary().'"', |
|
129 | 129 | 'Content-Length' => strlen($body) |
130 | 130 | ], |
131 | 131 | 'body' => $body |