Skip to content

Commit

Permalink
ACP-3738: Fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Aug 20, 2024
1 parent fb0e6db commit c081109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function postDisconnectAction(GlueRequestTransfer $glueRequestTransfer):
if (!$appConfigResponseTransfer->getIsSuccessful()) {
return $this->getFactory()
->createResponseBuilder()
->buildErrorResponse(AppKernelConfig::RESPONSE_MESSAGE_DISCONNECT_ERROR);
->buildErrorResponse($appConfigResponseTransfer->getErrorMessage() ?? AppKernelConfig::RESPONSE_MESSAGE_DISCONNECT_ERROR);
}

return $this->getFactory()->createResponseBuilder()->buildSuccessfulResponse();
Expand Down

0 comments on commit c081109

Please sign in to comment.