qqq
This commit is contained in:
@@ -67,8 +67,7 @@ class DatabasesProviders extends Providers
|
|||||||
'idle_time' => $database['idle_time'] ?? 300,
|
'idle_time' => $database['idle_time'] ?? 300,
|
||||||
'pool' => $clientPool,
|
'pool' => $clientPool,
|
||||||
'attributes' => $database['attributes'] ?? [],
|
'attributes' => $database['attributes'] ?? [],
|
||||||
'charset' => $database['charset'] ?? 'utf8mb4',
|
'charset' => $database['charset'] ?? 'utf8mb4'
|
||||||
'slaveConfig' => $database['slaveConfig']
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user