From 57563d33d0bdcc405880ffce4087f905a4f8e4d5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 2 Feb 2024 12:30:41 +0100 Subject: [PATCH] wait #6708 @0:20 --- src/Links/ContentLink.php | 5 +++++ src/Links/LayerLink.php | 3 +++ 2 files changed, 8 insertions(+) diff --git a/src/Links/ContentLink.php b/src/Links/ContentLink.php index 199ba3e..a0f1a8a 100644 --- a/src/Links/ContentLink.php +++ b/src/Links/ContentLink.php @@ -95,4 +95,9 @@ class ContentLink extends Link } return false; } + + public function moveOnEvenPage() + { + return false; + } } diff --git a/src/Links/LayerLink.php b/src/Links/LayerLink.php index ac65a8e..b9ae28f 100644 --- a/src/Links/LayerLink.php +++ b/src/Links/LayerLink.php @@ -75,4 +75,7 @@ class LayerLink extends ImageLink 'layer' => $layer, ]; } + + + } -- 2.39.5