Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Aug 16, 2021
1 parent 3f2f803 commit 2b7974c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ protected function formatPaginatedResponse($resource, string $message = '', $cod
*/
protected function formatPaginatedData(array $paginated)
{
return [
return [
'meta' => [
'pagination' => [
'total' => $paginated['total'] ?? 0,
Expand Down

0 comments on commit 2b7974c

Please sign in to comment.