From a0f6bcc773f3895db0ca4a85101b9a3ef2f95782 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Feb 2019 08:34:10 -0600 Subject: [PATCH] comment out options --- config/database.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/database.php b/config/database.php index 77c31843..50792294 100644 --- a/config/database.php +++ b/config/database.php @@ -54,9 +54,9 @@ return [ 'prefix_indexes' => true, 'strict' => true, 'engine' => null, - 'options' => array_filter([ - PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'), - ]), + // 'options' => array_filter([ + // PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'), + // ]), ], 'pgsql' => [