Skip to content

Commit

Permalink
Flip debug to false (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jan 10, 2024
1 parent 6a01827 commit ea0d739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Development Mode:
* true: Errors and warnings shown.
*/
'debug' => filter_var(env('DEBUG', true), FILTER_VALIDATE_BOOLEAN),
'debug' => filter_var(env('DEBUG', false), FILTER_VALIDATE_BOOLEAN),

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

0 comments on commit ea0d739

Please sign in to comment.