From: Vincent Vanwaelscappel Date: Fri, 15 Oct 2021 07:33:41 +0000 (+0200) Subject: wip #4793 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c9bb969c99a7aa277758652439520a72d7c7cf72;p=fluidbook_tools.git wip #4793 @0.25 --- diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 5675017..ea92527 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -299,4 +299,9 @@ class Compiler implements ShouldQueue, ShouldBeUnique { } + + public function addSlideshowLibrary($inline = true) + { + + } }