From: vincent Date: Sat, 26 Mar 2022 10:57:54 +0000 (+0100) Subject: wip #5178 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cfcd2ea92248a004ba28bdd68315bf8a12772a18;p=fluidbook_tools.git wip #5178 @1 --- 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()