Skip to content

Commit

Permalink
Fix override full title
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed May 24, 2024
1 parent f3c445a commit 7635dd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public function handle(Request $request, SymfonyResponse $response, Throwable $e

return $response
->with('code', $code)
->with('title', $title)
->with('message', $message)
->toResponse($request)
->setStatusCode($code);
Expand Down

0 comments on commit 7635dd4

Please sign in to comment.