Skip to content

Commit cbdb9f4

Browse files
marioprou01jmg3
andauthored
Update src/QueryDataTable.php
Yes, missing the space. Co-authored-by: Jonathan Goode <[email protected]>
1 parent 7feb23b commit cbdb9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ public function addColumn($name, $content, $order = false): static
809809
protected function searchPanesSearch(): void
810810
{
811811
/** @var string[] $columns */
812-
$columns = (array)$this->request->searchPanes;
812+
$columns = (array) $this->request->searchPanes;
813813

814814
foreach ($columns as $column => $values) {
815815
if ($this->isBlacklisted($column)) {

0 commit comments

Comments
 (0)