Merge pull request #3645 from david-ridgeonnet/patch-1

Added default engine in configuration
This commit is contained in:
Taylor Otwell 2016-02-04 08:36:50 -06:00
commit 7aa988d491
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
'collation' => 'utf8_unicode_ci', 'collation' => 'utf8_unicode_ci',
'prefix' => '', 'prefix' => '',
'strict' => false, 'strict' => false,
'engine' => null,
], ],
'pgsql' => [ 'pgsql' => [