Skip to content

Commit 95b243d

Browse files
committed
fix
1 parent 3363668 commit 95b243d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UI/src/Fields/Password.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function isUnescape(): bool
3838
return true;
3939
}
4040

41-
public function raw((Closure|bool|null $condition = null): static
41+
public function raw(Closure|bool|null $condition = null): static
4242
{
4343
$result = value($condition, $this) ?? true;
4444

0 commit comments

Comments
 (0)