From cfcd2ea92248a004ba28bdd68315bf8a12772a18 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 26 Mar 2022 11:57:54 +0100 Subject: [PATCH] wip #5178 @1 --- src/Compiler/Compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 57fd9df..6b4ab82 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -298,6 +298,7 @@ class Compiler implements ShouldQueue, ShouldBeUnique foreach ($this->sources as $source) { $this->config->numerotation += array_slice($source->getDocument()->getPageNumbers(), $source->getStart(), $source->getPages()); } + dd($this->config->numerotation,$this->sources); } protected function compileChapters() -- 2.39.5