mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
Feature: [docgen] create a service to generate a document from a template
This commit is contained in:
@@ -53,6 +53,7 @@ final class RelatorioDriver implements DriverInterface
|
||||
$response = $this->client->request('POST', $this->url, [
|
||||
'headers' => $form->getPreparedHeaders()->toArray(),
|
||||
'body' => $form->bodyToIterable(),
|
||||
'timeout' => '300',
|
||||
]);
|
||||
|
||||
return $response->getContent();
|
||||
|
Reference in New Issue
Block a user