Skip to content

Commit ed2635a

Browse files
committed
Apply fixes from StyleCI
1 parent 042cee3 commit ed2635a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ protected function formatResourceCollectionResponse($resource, string $message =
349349
$paginationInformation = $this->formatPaginatedData($paginated);
350350

351351
$data = array_merge_recursive(['data' => $resource->resolve(request())], $resource->with(request()), $resource->additional, $paginationInformation);
352-
}else{
352+
} else {
353353
$data = array_merge_recursive($resource->resolve(request()), $resource->with(request()), $resource->additional);
354354
}
355355

0 commit comments

Comments
 (0)