]> _ Git - fluidbook_tools.git/commitdiff
wip #5410
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Aug 2022 19:31:13 +0000 (21:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Aug 2022 19:31:13 +0000 (21:31 +0200)
src/Compiler/Compiler.php

index af5ab4d667b5019c70c75bbb5589942c526ce081..29fcfd63d3155b5a1d965070ee535a88d20b6b00 100644 (file)
@@ -364,9 +364,6 @@ class Compiler implements ShouldQueue, ShouldBeUnique, CompilerInterface
         return "";
     }
 
-    public function page_path($page, $path = ''): string
-    {
-        // TODO: Implement page_path() method.
-        return '';
-    }
+
+
 }