Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 07f6876

Browse files
d8vjorkStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent dff6316 commit 07f6876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Resources/RelationshipsWithIncludes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function addIncluded(JsonApiResource $resource)
9090
$itemsCol = Collection::make([
9191
$resource,
9292
array_values($this->getIncluded()),
93-
array_values($resource->getIncluded())
93+
array_values($resource->getIncluded()),
9494
])->flatten();
9595

9696
Arr::set($this->with, 'included', $itemsCol->unique(static function ($resource) {

0 commit comments

Comments
 (0)