Skip to content

Commit a87a2d3

Browse files
authored
correction in PHP code (#1348)
1 parent 2ec80b3 commit a87a2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/subresources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ use ApiPlatform\Core\Annotation\ApiResource;
143143
subresourceOperations: [
144144
'api_questions_answer_get_subresource' => [
145145
'method' => 'GET',
146-
'normalization_context': [
147-
'groups': ['foobar'],
146+
'normalization_context' => [
147+
'groups' => ['foobar'],
148148
],
149149
],
150150
],

0 commit comments

Comments
 (0)