Skip to content

Commit

Permalink
We can directly set the value
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Apr 25, 2024
1 parent d55c555 commit db1da9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Livewire/Synthesizers/FieldSynth.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public function get(&$target, $key)

public function set(&$target, $key, $value)
{
$target->get($key)->value($value);
$target->value($value);
}
}

0 comments on commit db1da9e

Please sign in to comment.