From dd87ef177746bf82cea097b4e8e61bcd59d17916 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 14 Jun 2023 11:57:09 +0200 Subject: [PATCH] wait #6014 @0.5 --- app/Fluidbook/Compiler/Links.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Fluidbook/Compiler/Links.php b/app/Fluidbook/Compiler/Links.php index c7085fca1..324dca2be 100644 --- a/app/Fluidbook/Compiler/Links.php +++ b/app/Fluidbook/Compiler/Links.php @@ -139,7 +139,7 @@ trait Links 'left' => 0, 'width' => 10, 'height' => 10, - 'type' => AnchorLink::class, + 'type' => Link::ANCHOR, 'to' => $name, 'uid' => LinksData::generateUID() ]; @@ -265,7 +265,7 @@ trait Links 'left' => 0, 'width' => 100, 'height' => 100, - 'type' => AnchorLink::class, + 'type' => Link::ANCHOR, 'to' => $from, 'uid' => LinksData::generateUID() ]; -- 2.39.5