Skip to content

Commit cd3c2ed

Browse files
DenTrayCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2dbc9d1 commit cd3c2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/RequestGeneratorTest/get_request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class GetPostRequest extends Request
1010
{
1111
public function rules(): array
1212
{
13-
$availableRelations = implode(',', $this->getAvailableRelations());
13+
$availableRelations = implode(',', $this->getAvailableRelations());
1414

1515
return [
1616
'with' => 'array',

0 commit comments

Comments
 (0)