From 4725b7195ddbbdab25badd6d844bb09823b345a4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 10 Jul 2025 17:41:00 +0200 Subject: [PATCH] wait #7637 --- .idea/fluidbook_tools.iml | 3 +++ src/Links/Link.php | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.idea/fluidbook_tools.iml b/.idea/fluidbook_tools.iml index 6183327..d365552 100644 --- a/.idea/fluidbook_tools.iml +++ b/.idea/fluidbook_tools.iml @@ -199,4 +199,7 @@ + + \ No newline at end of file diff --git a/src/Links/Link.php b/src/Links/Link.php index 05045ed..f371a64 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -76,7 +76,6 @@ class Link const PAGE_BACKGROUND_COLOR = 48; const FLUIDBOOK_TOOLBOX_ELEARNING_CONTENT = 49; - protected static string|false|null $_linksKey = null; public $left; public $top; -- 2.39.5