update changelog and cs-fixer

This commit is contained in:
2021-12-13 19:43:07 +01:00
parent 976f2fd41a
commit 60032c96f7
3 changed files with 3 additions and 2 deletions

View File

@@ -46,7 +46,8 @@ class RelatorioDriver implements DriverInterface
'template' => new DataPart($template, $templateName ?? uniqid('template_'), $resourceType),
];
$form = new FormDataPart($formFields);
dump(json_encode($data));
dump(json_encode($data));
try {
$response = $this->relatorioClient->request('POST', $this->url, [
'headers' => $form->getPreparedHeaders()->toArray(),