Skip to content

Commit 8326c3a

Browse files
authored
Merge pull request #9 from tillschander/patch-1
Remove duplicate rendering
2 parents 8459233 + 2de49d4 commit 8326c3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Pdf/View.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ public function toResponse($request): Response
9696
return $this->toDebugResponse();
9797
}
9898

99-
$html = $this->view->render();
100-
$result = $this->pdf->render($html);
101-
10299
$cb = function () {
103100
echo $this->render();
104101
};

0 commit comments

Comments
 (0)