mirror of
https://github.com/dg/dibi.git
synced 2025-07-31 19:30:30 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -13,7 +13,7 @@ dibi::connect([
|
||||
'driver' => 'sqlite3',
|
||||
'database' => 'data/sample.s3db',
|
||||
'profiler' => [
|
||||
'run' => TRUE,
|
||||
'run' => true,
|
||||
],
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user