]> _ Git - fluidbook_tools.git/commitdiff
wip #5178 @1
authorvincent <vincent@enhydra.fr>
Sat, 26 Mar 2022 10:57:54 +0000 (11:57 +0100)
committervincent <vincent@enhydra.fr>
Sat, 26 Mar 2022 10:57:54 +0000 (11:57 +0100)
src/Compiler/Compiler.php

index 57fd9df5470049b5212f47f73330134c2886f251..6b4ab8287b5e492f20a4ee122015c456e2f442b1 100644 (file)
@@ -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()