Skip to content

Commit 7aa988d

Browse files
committed
Merge pull request laravel#3645 from david-ridgeonnet/patch-1
Added default engine in configuration
2 parents 01e3d8f + 89d693b commit 7aa988d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
'collation' => 'utf8_unicode_ci',
6363
'prefix' => '',
6464
'strict' => false,
65+
'engine' => null,
6566
],
6667

6768
'pgsql' => [

0 commit comments

Comments
 (0)