Skip to content

Commit 7635dd4

Browse files
committed
Fix override full title
1 parent f3c445a commit 7635dd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Exceptions/Handler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public function handle(Request $request, SymfonyResponse $response, Throwable $e
7878

7979
return $response
8080
->with('code', $code)
81-
->with('title', $title)
8281
->with('message', $message)
8382
->toResponse($request)
8483
->setStatusCode($code);

0 commit comments

Comments
 (0)