comment out options

This commit is contained in:
Taylor Otwell 2019-02-28 08:34:10 -06:00
parent f4ff4f4176
commit a0f6bcc773
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@
'prefix_indexes' => true, 'prefix_indexes' => true,
'strict' => true, 'strict' => true,
'engine' => null, 'engine' => null,
'options' => array_filter([ // 'options' => array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'), // PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]), // ]),
], ],
'pgsql' => [ 'pgsql' => [