Skip to content

Commit e26d270

Browse files
author
Bohdan Khrupa
committed
fix boolean value.
1 parent 6fa3269 commit e26d270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/query-log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
return [
4-
'active' => env('QUERY_LOGS', false),
4+
'active' => (bool)env('QUERY_LOGS', false),
55
'path' => storage_path('/logs/sql.log'),
66
];

0 commit comments

Comments
 (0)