Skip to content

Commit 7ac8d77

Browse files
authored
Update QueryDataTable.php
1 parent 7512f21 commit 7ac8d77

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
@@ -129,7 +129,7 @@ public function results(): Collection
129129
*
130130
* @return $this
131131
*/
132-
protected function prepareQuery(): static
132+
public function prepareQuery(): static
133133
{
134134
if (! $this->prepared) {
135135
$this->totalRecords = $this->totalCount();

0 commit comments

Comments
 (0)