From d147c7ef909706a9eb94281407fb80064a356e3f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 Aug 2022 21:31:13 +0200 Subject: [PATCH] wip #5410 --- src/Compiler/Compiler.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 ''; - } + + } -- 2.39.5