From fa6df16fa0cb04de04abb7396bf4713fbd5d9fcd Mon Sep 17 00:00:00 2001 From: RafficMohammed Date: Mon, 13 Feb 2023 13:15:07 +0530 Subject: [PATCH] adding-engine --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index f7791168d..9c7d1feac 100644 --- a/config/database.php +++ b/config/database.php @@ -57,7 +57,7 @@ return [ 'prefix' => '', 'prefix_indexes' => true, 'strict' => false, - 'engine' => null, + 'engine' => env('DB_ENGINE', null), 'options' => extension_loaded('pdo_mysql') ? array_filter([ PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'), ]) : [],