Skip to content

Commit b18321e

Browse files
committed
Make sid public, because its already used via #[\AllowDynamicProperties]
1 parent 9356f4a commit b18321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/feedback_section_form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class feedback_section_form extends \moodleform {
4040
public $context;
4141

4242
/** @var int $sid The section id. */
43-
protected $sid;
43+
public $sid;
4444

4545
/**
4646
* Form definition.

0 commit comments

Comments
 (0)