Skip to content

Commit

Permalink
Fix error in executeOnWindows() method
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeHopley committed Jul 27, 2023
1 parent e3ba325 commit d5bf342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snappdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ private function executeOnWindows(array $commands, $pdf, array $content): ?strin

$this->cleanup($pdf, $content);

return file_get_contents($pdfContent);
return $pdfContent;
}
}

0 comments on commit d5bf342

Please sign in to comment.