Skip to content

Commit 1b06c62

Browse files
committed
patch cs
1 parent 775b295 commit 1b06c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yajra/Datatables/Engines/BaseEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public function make($mDataSupport = false, $orderFirst = false)
557557
{
558558
$this->totalRecords = $this->count();
559559

560-
$this->orderRecords(! $orderFirst);
560+
$this->orderRecords( ! $orderFirst);
561561
$this->filterRecords();
562562
$this->orderRecords($orderFirst);
563563
$this->paginate();

0 commit comments

Comments
 (0)