Skip to content

Commit b29719a

Browse files
authored
Merge pull request #3045 from OzanKurt/master-1
feat: convert prepareQuery from protected to public
2 parents 7512f21 + 7ac8d77 commit b29719a

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)