From 80a610e365e53377567cb2f67aa54cf781efecf0 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Tue, 3 Jan 2023 00:52:15 +0100 Subject: [PATCH] Update boot.php --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 8ca5a5e..2393346 100755 --- a/boot.php +++ b/boot.php @@ -18,7 +18,7 @@ ->setHtml($readmeHtml, true) ->setOrientation('portrait') ->setAttachment(false) - ->setRemoteFiles(false) + ->setRemoteFiles(false); // execute and generate $pdf->run(); }