Skip to content

Commit 05b8bbb

Browse files
AhmedAlaa4611NickSdot
authored andcommitted
Config: Move some items into pragmas (laravel#56980)
1 parent 1af9a94 commit 05b8bbb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

config/database.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838
'prefix' => '',
3939
'prefix_indexes' => null,
4040
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
41-
'busy_timeout' => null,
42-
'journal_mode' => null,
43-
'synchronous' => null,
44-
'transaction_mode' => 'DEFERRED',
45-
'pragmas' => [],
41+
'pragmas' => [
42+
'busy_timeout' => null,
43+
'journal_mode' => null,
44+
'synchronous' => null,
45+
'transaction_mode' => 'DEFERRED',
46+
],
4647
],
4748

4849
'mysql' => [

0 commit comments

Comments
 (0)