Skip to content

Commit 11d2441

Browse files
fix: Move property comment to property
1 parent 14fb5c2 commit 11d2441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Form/Mixin/Disabled.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
trait Disabled
66
{
7-
protected bool $disabled = false;
8-
97
/**
108
* If `true`, the field is no longer editable and will not be saved
119
*/
10+
protected bool $disabled = false;
11+
1212
public function disabled(): bool
1313
{
1414
return $this->disabled;

0 commit comments

Comments
 (0)