Skip to content

Commit

Permalink
Merge pull request #161 from dbpolito/patch-1
Browse files Browse the repository at this point in the history
Make getBrowsershot public
  • Loading branch information
freekmurze authored Jul 16, 2024
2 parents 27f3cd4 + ab7750c commit 0f8505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PdfBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ protected function getAllHtml(): string
]);
}

protected function getBrowsershot(): Browsershot
public function getBrowsershot(): Browsershot
{
$browsershotClass = $this->onLambda
? BrowsershotLambda::class
Expand Down

0 comments on commit 0f8505c

Please sign in to comment.