We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f3944 commit f686d3aCopy full SHA for f686d3a
1 file changed
src/ApiProblem/Presenter/BasePresenter.php
@@ -61,9 +61,9 @@ protected function buildContent()
61
array_filter($this->apiProblem->additionalDetails()),
62
array_filter([
63
'type' => $this->apiProblem->type(),
64
+ 'detail' => $this->apiProblem->detail(),
65
'status' => $this->apiProblem->status(),
66
'title' => $this->apiProblem->title(),
- 'detail' => $this->apiProblem->detail(),
67
])
68
)
69
),
0 commit comments