Skip to content

Commit

Permalink
fix: tidy up before pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch committed Mar 13, 2024
1 parent 6c6f3db commit 9427b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class Handler extends ExceptionHandler
*/
protected function shallWeStackTrace(Throwable $e): bool
{
$x = config('app.env');
if (config('app.env') === 'production') {
foreach ($this->dontStackTrace as $type) {
if ($e instanceof $type) {
Expand Down

0 comments on commit 9427b00

Please sign in to comment.