Skip to content

Telescope dump - script/file names #167

@cloudbluedigital

Description

@cloudbluedigital

screenshot 2018-10-25 at 11 57 40

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions