Skip to content

Commit 7e97262

Browse files
committed
Fixes toHtml() method
1 parent 2bd9be2 commit 7e97262

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Invoice.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ public function render()
265265

266266
public function toHtml()
267267
{
268-
$this->beforeRender();
269-
270268
$template = sprintf('invoices::templates.%s', $this->template);
271269

272270
return View::make($template, ['invoice' => $this]);

0 commit comments

Comments
 (0)