Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
devsquad-luan-freitas committed Jul 18, 2024
1 parent 8eab0ae commit 57720b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/PowerGridServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function macros(): void

$perPage = $perPage ?: $this->model->getPerPage();

$results = $this->model->newCollection(
$results = $this->model->newCollection( //@phpstan-ignore-line
$engine->map(
$this,
$rawResults = $engine->paginate($this, $perPage, $page),
Expand Down

0 comments on commit 57720b1

Please sign in to comment.