mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 21:28:02 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -14,7 +14,7 @@ dibi::connect([
|
||||
'database' => 'data/sample.s3db',
|
||||
// enable query logging to this file
|
||||
'profiler' => [
|
||||
'run' => TRUE,
|
||||
'run' => true,
|
||||
'file' => 'data/log.sql',
|
||||
],
|
||||
]);
|
||||
|
Reference in New Issue
Block a user