Skip to content

Commit ba6dcc9

Browse files
committed
Merge branch '163-modify-500-code-error-response-page' of https://github.com/RonasIT/laravel-swagger into 163-modify-500-code-error-response-page
2 parents b06ff97 + 11c2c1b commit ba6dcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/SwaggerService.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ public function getDocFileContent()
832832

833833
$this->openAPIValidator->validate($documentation);
834834
} catch (Exception $exception) {
835-
return $this->generateEmptyData($this->config['defaults']['error'], ['message' => $exception->getMessage()]);
835+
return $this->generateEmptyData($this->config['defaults']['error'], ['message' => $exception->getMessage()]);
836836
}
837837

838838
$additionalDocs = config('auto-doc.additional_paths', []);

0 commit comments

Comments
 (0)