Skip to content

Commit 263f288

Browse files
committed
fix: add Arrayable
fix: Parameter #1 $value of method Yajra\DataTables\Html\Builder::searchPanes() expects array|bool|(callable(): mixed), Yajra\DataTables\Html\SearchPane given.
1 parent 92c228a commit 263f288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Options/Plugins/SearchPanes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trait SearchPanes
1616
/**
1717
* Set searchPane option value.
1818
*
19-
* @param array|bool|callable $value
19+
* @param array|Arrayable|bool|callable $value
2020
* @return $this
2121
* @see https://datatables.net/reference/option/searchPanes
2222
*/

0 commit comments

Comments
 (0)