From: Vincent Vanwaelscappel Date: Fri, 2 Feb 2024 11:30:41 +0000 (+0100) Subject: wait #6708 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=57563d33d0bdcc405880ffce4087f905a4f8e4d5;p=fluidbook_tools.git wait #6708 @0:20 --- 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, ]; } + + + }