Update PdfCommand.php
This commit is contained in:
parent
6fe8c8f244
commit
18bcb315ca
|
@ -92,7 +92,7 @@ class PdfCommand extends HtmlCommand
|
|||
return false;
|
||||
}
|
||||
|
||||
$rendered = $this->generateHtml($source, $template, false);
|
||||
$rendered = $this->generateHtml($source, $template, false, "");
|
||||
|
||||
// The pdf needs some extra css rules, and so we'll add them here
|
||||
// to our html document
|
||||
|
|
Loading…
Reference in New Issue