There was an error while loading. Please reload this page.
1 parent 3363668 commit 95b243dCopy full SHA for 95b243d
1 file changed
src/UI/src/Fields/Password.php
@@ -38,7 +38,7 @@ public function isUnescape(): bool
38
return true;
39
}
40
41
- public function raw((Closure|bool|null $condition = null): static
+ public function raw(Closure|bool|null $condition = null): static
42
{
43
$result = value($condition, $this) ?? true;
44
0 commit comments