From 3b3184c7e921e82c063e7c18d5d8ea63001cbd32 Mon Sep 17 00:00:00 2001 From: hslater Date: Mon, 27 Nov 2023 18:41:02 +1300 Subject: [PATCH] Fix creation of dynamic property ERM31293 --- src/Component/RestrictedTextLink.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Component/RestrictedTextLink.php b/src/Component/RestrictedTextLink.php index c0e9a5c..7c81432 100644 --- a/src/Component/RestrictedTextLink.php +++ b/src/Component/RestrictedTextLink.php @@ -9,6 +9,9 @@ class RestrictedTextLink extends ComponentBase implements ITextLink, IRestrictedComponent { + /** @var array */ + protected $options = []; + /** * * @param array $options