Skip to content

Commit 0297415

Browse files
authored
Update QueryBuilderTrait.php
1 parent 8dfaac4 commit 0297415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/QueryBuilderTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ protected function paginate($per_page = 10, $current_page = 1, $options = [])
345345
];
346346

347347
$results = [
348-
'pagination' => $pagination,
348+
'meta' => $pagination,
349349
'data' => $data,
350350
];
351351

0 commit comments

Comments
 (0)