Skip to content

Commit

Permalink
Merge pull request #32 from MikeHopley/windows-fix
Browse files Browse the repository at this point in the history
Fix error in executeOnWindows() method
  • Loading branch information
beganovich authored Nov 13, 2023
2 parents afb188d + d5bf342 commit ad18163
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 @@ -294,6 +294,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 ad18163

Please sign in to comment.