Skip to content

Commit

Permalink
Fix php-cs-fixer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu authored Nov 19, 2024
1 parent 22be172 commit a9e479c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,10 +872,10 @@ private function getInitialFiltrationData(): ?FiltrationData
}

$data ??= $this->config->getDefaultFiltrationData();

$data ??= FiltrationData::fromDataTable($this);

$data->appendMissingFilters($this->getFilters());

return $data;
}

Expand Down

0 comments on commit a9e479c

Please sign in to comment.