Skip to content

Commit dbd651d

Browse files
committed
remove the type hint for lower versions
1 parent b73c5b9 commit dbd651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataTableAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public function startsWithSearch($state = true)
513513
* @param bool $multiTerm
514514
* @return $this
515515
*/
516-
public function setMultiTerm(bool $multiTerm = true)
516+
public function setMultiTerm($multiTerm = true)
517517
{
518518
$this->config->set('datatables.search.multi_term', $multiTerm);
519519

0 commit comments

Comments
 (0)