mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 18:54:07 +00:00
Apply review feedback
This commit is contained in:
@@ -61,9 +61,6 @@ return [
|
||||
'options' => extension_loaded('pdo_mysql') ? array_filter([
|
||||
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
|
||||
]) : [],
|
||||
'dump' => [
|
||||
'skip_ssl' => true,
|
||||
],
|
||||
],
|
||||
|
||||
'mariadb' => [
|
||||
|
||||
Reference in New Issue
Block a user