-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Description
In the screenshot attach we can see that the dump comes from a command which is not even called as the code looks like this
class DocumentProcessService
{
public function pdfProcess(Document $document, string $signatureImage, Signature $signature = null, Option $option = null, ReadConfirmation $readConfirmation = null, DocumentDate $date = null)
{
$page_height = $document->page_dimensions['height'];
$page_width = $document->page_dimensions['width'];
$workingDir = Storage::disk('document')->path($document->directory);
$stampFile = $workingDir . '/stamp-' . $signature->file;
$srcFile = "{$workingDir}/{$signature->file}";
$destFile = $workingDir . '/final-' . $signature->file;
dump($option);
Metadata
Metadata
Assignees
Labels
No labels
