Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Aug 7, 2020
1 parent 4a3c213 commit 83bb48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Field.php
Expand Up @@ -865,7 +865,7 @@ final public function prepare($value)

if ($this->savingCallbacks) {
foreach ($this->savingCallbacks as $callback) {
$value = $callback->call($this->data());
$value = $callback->call($this->data(), $value);
}
}

Expand Down

0 comments on commit 83bb48c

Please sign in to comment.