From a4052ce6b344375c264c4127d0ae99427abf0a6b Mon Sep 17 00:00:00 2001 From: Ryan Thompson Date: Fri, 11 Nov 2016 23:34:59 -0600 Subject: [PATCH] Allow setting engine from .env --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index c64c422db74..147e741941d 100755 --- a/config/database.php +++ b/config/database.php @@ -63,7 +63,7 @@ 'collation' => 'utf8_unicode_ci', 'prefix' => env('DB_PREFIX', ''), 'strict' => false, - 'engine' => null, + 'engine' => env('DB_ENGINE'), ], 'pgsql' => [