Skip to content

Commit

Permalink
Fix conflicted method name with latest nova. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhghazaliakbar authored May 20, 2020
1 parent 107ba4b commit 426ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HiddenField.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class HiddenField extends Field
* @param string $value
* @return $this
*/
public function default(string $value = null)
public function defaultValue(string $value = null)
{
return $this->withMeta(['value' => $value]);
}
Expand Down

0 comments on commit 426ada2

Please sign in to comment.