diff --git a/config/database.php b/config/database.php index fddfc8dbb..38a197dac 100644 --- a/config/database.php +++ b/config/database.php @@ -48,6 +48,7 @@ return [ 'username' => env('DB_USERNAME', 'forge'), 'password' => env('DB_PASSWORD', ''), 'unix_socket' => env('DB_SOCKET', ''), + 'sticky' => true, 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '',