Skip to content

Commit 8dfaac4

Browse files
authored
Merge pull request #58 from Codexshaper/analysis-x0pDBB
Apply fixes from StyleCI
2 parents c99f2cc + 2357585 commit 8dfaac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/QueryBuilderTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ protected function paginate($per_page = 10, $current_page = 1, $options = [])
346346

347347
$results = [
348348
'pagination' => $pagination,
349-
'data' => $data,
349+
'data' => $data,
350350
];
351351

352352
if ($this->isLazyCollection) {

0 commit comments

Comments
 (0)