Skip to content

Commit 23da198

Browse files
DenTrayCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 594f011 commit 23da198

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Generators/RequestsGenerator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ protected function getAvailableRelations(): array
216216
$relations = $this->prepareRelations();
217217

218218
foreach ($relations as $type => $entities) {
219-
array_push(
220-
$availableRelations,
221-
...Arr::map($entities, fn ($entity) => $this->getRelationName($entity, $type)),
222-
);
219+
array_push(
220+
$availableRelations,
221+
...Arr::map($entities, fn ($entity) => $this->getRelationName($entity, $type)),
222+
);
223223
}
224224

225225
return $availableRelations;

0 commit comments

Comments
 (0)