Disable snowboard debugging by default

This commit is contained in:
Luke Towers 2023-02-28 10:51:25 -06:00 committed by GitHub
parent caf1c77a14
commit 29457dee56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,5 +57,5 @@ return [
|
*/
'debugSnowboard' => env('APP_DEBUG', true),
'debugSnowboard' => env('DEBUG_SNOWBOARD', false),
];