Skip to content

Commit

Permalink
make dontTruncateRequestExceptions fluent (laravel#53786)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech authored and browner12 committed Dec 10, 2024
1 parent ff61f94 commit 5216043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Configuration/Exceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,7 @@ public function truncateRequestExceptionsAt(int $length)
public function dontTruncateRequestExceptions()
{
RequestException::dontTruncate();

return $this;
}
}

0 comments on commit 5216043

Please sign in to comment.