Skip to content

Commit c9e085f

Browse files
committed
fix
1 parent fb057a9 commit c9e085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DateRangePicker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public function __construct($column, $arguments = [])
5454
$this->column['start'] = $column[0];
5555
$this->column['end'] = $column[1];
5656

57-
array_shift($arguments);
5857
$this->label = $this->formatLabel($arguments);
58+
5959
$this->id = $this->formatId($this->column);
6060

6161
$this->multiple = true;

0 commit comments

Comments
 (0)