We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da90925 commit 6d1dc74Copy full SHA for 6d1dc74
tests/fixtures/CommandTest/get_request.php
@@ -10,7 +10,7 @@ class GetPostRequest extends Request
10
{
11
public function rules(): array
12
13
- $availableRelations = implode(',', $this->getAvailableRelations());
+ $availableRelations = implode(',', $this->getAvailableRelations());
14
15
return [
16
'with' => 'array',
0 commit comments