Skip to content

Commit

Permalink
Revert debug setting (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Oct 17, 2021
1 parent 2858cde commit 11a4dac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
* Development Mode:
* true: Errors and warnings shown.
*/
// 'debug' => filter_var(env('DEBUG', false), FILTER_VALIDATE_BOOLEAN),
'debug' => true,
'debug' => filter_var(env('DEBUG', false), FILTER_VALIDATE_BOOLEAN),

/*
* Configure basic information about the application.
Expand Down

0 comments on commit 11a4dac

Please sign in to comment.