Skip to content

Commit f686d3a

Browse files
committed
Update BasePresenter.php
1 parent 92f3944 commit f686d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiProblem/Presenter/BasePresenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ protected function buildContent()
6161
array_filter($this->apiProblem->additionalDetails()),
6262
array_filter([
6363
'type' => $this->apiProblem->type(),
64+
'detail' => $this->apiProblem->detail(),
6465
'status' => $this->apiProblem->status(),
6566
'title' => $this->apiProblem->title(),
66-
'detail' => $this->apiProblem->detail(),
6767
])
6868
)
6969
),

0 commit comments

Comments
 (0)