From 6b960db732cab2fe74826d8efca6b72435366cf0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Aug 2023 19:59:35 +0200 Subject: [PATCH] wait #6207 --- src/Compiler/Compiler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 5329da0..d83f540 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -187,7 +187,8 @@ class Compiler implements ShouldQueue, ShouldBeUnique, CompilerInterface { } } - public function getPagePDFSource($page) { + public function getPagePDFSource($page): string + { return $this->getProcessFile('back300', $page)->getSplittedPDFPage(); } -- 2.39.5