Skip to content

Commit 4795bfa

Browse files
committed
mysql strict false - by default
1 parent 0c0f2e1 commit 4795bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • install/stubs/files/config/database/connections

install/stubs/files/config/database/connections/default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ return [
1111
'collation' => env('DB_COLLATION', '[+connection_collation+]'), //$database_collation
1212
'prefix' => env('DB_PREFIX', '[+table_prefix+]'), //$table_prefix
1313
'method' => env('DB_METHOD', '[+connection_method+]'), //$database_connection_method
14-
'strict' => env('DB_STRICT', true),
14+
'strict' => env('DB_STRICT', false),
1515
'engine' => env('DB_ENGINE'),
1616
];

0 commit comments

Comments
 (0)