mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
Fix typo
This commit is contained in:
@@ -207,7 +207,7 @@ class Helper
|
||||
{
|
||||
$databaseParams = DatabaseParams::create()
|
||||
->withHost($params['host'] ?? null)
|
||||
->withPort(isset($params['host']) ? (int) $params['host'] : null)
|
||||
->withPort(isset($params['port']) ? (int) $params['port'] : null)
|
||||
->withName($params['dbname'] ?? null)
|
||||
->withUsername($params['user'] ?? null)
|
||||
->withPassword($params['password'] ?? null)
|
||||
|
||||
Reference in New Issue
Block a user