Camelot reading
This commit is contained in:
@ -24,7 +24,7 @@ class PdfHandler {
|
||||
$output []= ['filename' => $file->getBasename()];
|
||||
}
|
||||
$response = $this->client->post($this->url, ['json' => ['files' => $output]]);
|
||||
!d(json_decode($response->getBody()));
|
||||
$output = json_decode($response->getBody());
|
||||
return $output;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user