Skip to content

Commit 6a3783e

Browse files
committed
Update QueryDataTable.php
1 parent 8bb8bb7 commit 6a3783e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/QueryDataTable.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -810,10 +810,10 @@ public function getFilteredQuery(): QueryBuilder
810810
}
811811

812812
/**
813-
* Ignore the selects in count query.
814-
*
815-
* @return $this
816-
*/
813+
* Ignore the selects in count query.
814+
*
815+
* @return $this
816+
*/
817817
public function ignoreSelectsInCountQuery()
818818
{
819819
$this->ignoreSelectInCountQuery = true;

0 commit comments

Comments
 (0)