Skip to content

Commit af1264f

Browse files
committed
database updates
1 parent 37f2e8f commit af1264f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/database.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
'prefix' => '',
5353
'strict' => false,
5454
'engine' => null,
55+
'options' => [
56+
\PDO::ATTR_EMULATE_PREPARES => true
57+
]
5558
],
5659

5760
'pgsql' => [

0 commit comments

Comments
 (0)