Skip to content

Commit 1f90e62

Browse files
committed
Merge branch 'optimize_count_queries' of https://github.com/Arkhas/laravel-datatables into optimize_count_queries
2 parents 2706f87 + 7b5d6e0 commit 1f90e62

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
@@ -54,7 +54,7 @@ class QueryDataTable extends DataTableAbstract
5454
*
5555
* @var bool
5656
*/
57-
public bool $ignoreSelectInCountQuery = false;
57+
protected bool $ignoreSelectInCountQuery = false;
5858

5959
/**
6060
* @param QueryBuilder $builder

0 commit comments

Comments
 (0)