From: Vincent Vanwaelscappel Date: Mon, 22 Aug 2022 19:31:13 +0000 (+0200) Subject: wip #5410 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d147c7ef909706a9eb94281407fb80064a356e3f;p=fluidbook_tools.git wip #5410 --- diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index af5ab4d..29fcfd6 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -364,9 +364,6 @@ class Compiler implements ShouldQueue, ShouldBeUnique, CompilerInterface return ""; } - public function page_path($page, $path = ''): string - { - // TODO: Implement page_path() method. - return ''; - } + + }