mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Disable snowboard debugging by default
This commit is contained in:
parent
caf1c77a14
commit
29457dee56
@ -57,5 +57,5 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'debugSnowboard' => env('APP_DEBUG', true),
|
||||
'debugSnowboard' => env('DEBUG_SNOWBOARD', false),
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user