Update PdfCommand.php

This commit is contained in:
华华 2021-02-21 11:28:12 +08:00 committed by GitHub
parent 6fe8c8f244
commit 18bcb315ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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