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 09866d0 commit de48e65Copy full SHA for de48e65
tests/Feature/Controllers/SearchSelectingOperationsTest.php
@@ -110,19 +110,19 @@ public function test_getting_a_list_of_resources_deep_selecting_fields(): void
110
'includes' => [
111
[
112
'relation' => 'hasManyRelation',
113
- 'selects' => [
114
- ['field' => 'id']
+ 'selects' => [
+ ['field' => 'id'],
115
],
116
117
118
'relation' => 'model',
119
120
['field' => 'id'],
121
]
122
- ]
123
+ ],
124
125
126
127
128
['Accept' => 'application/json']
0 commit comments