Skip to content

Commit

Permalink
Update Nouislider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Oct 12, 2023
1 parent daff2ae commit a2541a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Nouislider.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function minValue($value): static
return $this;
}

public function tooltips($value): static
public function tooltips($value = true): static
{
$this->tooltips = $value;

Expand Down

0 comments on commit a2541a6

Please sign in to comment.