From b1f739fe5d4571c3f6a20bbcd060c6c60aa1285f Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Thu, 25 Sep 2025 14:23:26 +0800 Subject: [PATCH] fix: editors array docs --- src/Html/HasEditor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Html/HasEditor.php b/src/Html/HasEditor.php index 5726a15..8dca4cb 100644 --- a/src/Html/HasEditor.php +++ b/src/Html/HasEditor.php @@ -8,6 +8,8 @@ trait HasEditor { /** * Collection of Editors. + * + * @var array */ protected array $editors = [];