Skip to content
Snippets Groups Projects
Commit 2953a399 authored by Bryan Toapanta's avatar Bryan Toapanta
Browse files

Issue #3506449: Fix line indented

parent b0e3d2c1
No related branches found
No related tags found
No related merge requests found
Pipeline #439872 passed
......@@ -37,7 +37,7 @@ class FileUploadExtension extends SdlSchemaExtensionPluginBase {
$builder->callback(function (AnyFileUploadResponse $response) {
return empty($response->getViolations());
})
);
);
$registry->addFieldResolver('AnyFileUploadResponse', 'results',
$builder->callback(function (AnyFileUploadResponse $response) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment