Skip to content

Commit

Permalink
fix: 安装程序返回 JsonResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
lddtime committed Nov 13, 2020
1 parent 69c17ef commit e4c03be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Middleware/InstallMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
{
$status = 500;

return DiscuzResponseFactory::JsonApiResponse([
return DiscuzResponseFactory::JsonResponse([
'errors' => [
[
'status' => $status,
Expand Down

0 comments on commit e4c03be

Please sign in to comment.