Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update FormRange.php
  • Loading branch information
pascalbaljet committed Sep 8, 2021
commit e5db6be1173f759dfda6ed70d96df0466419f528
2 changes: 1 addition & 1 deletion src/Components/FormRange.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(
$bind = null,
$default = null,
$language = null,
bool $showErrors = true,
bool $showErrors = true
) {
$this->name = $name;
$this->label = $label;
Expand Down