We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0d73f commit 79297ceCopy full SHA for 79297ce
src/Form/Control/Multiline.php
@@ -162,7 +162,7 @@ class Multiline extends Form\Control
162
public $rowFields;
163
164
/** The changes set by self::setInputValue(). */
165
- protected TheirChanges $changes;
+ public TheirChanges $changes;
166
167
/** @var int The max number of records (rows) that can be added to Multiline. 0 means no limit. */
168
public $rowLimit = 0;
0 commit comments