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 654f8e6 commit 037efa2Copy full SHA for 037efa2
1 file changed
src/State/ErrorProvider.php
@@ -50,7 +50,7 @@ public function provide(Operation $operation, array $uriVariables = [], array $c
50
foreach ($resource->getOperations() as $name => $operation) {
51
if (isset($operation->getOutputFormats()[$request->getRequestFormat()])) {
52
$request->attributes->set('_api_operation', $operation);
53
- $request->attributes->set('_api_operation_nme', $name);
+ $request->attributes->set('_api_operation_name', $name);
54
break 2;
55
}
56
0 commit comments