We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa3269 commit e26d270Copy full SHA for e26d270
config/query-log.php
@@ -1,6 +1,6 @@
1
<?php
2
3
return [
4
- 'active' => env('QUERY_LOGS', false),
+ 'active' => (bool)env('QUERY_LOGS', false),
5
'path' => storage_path('/logs/sql.log'),
6
];
0 commit comments