update: lint.

This commit is contained in:
Darshan
2026-02-12 13:25:44 +05:30
parent 7c47a4db72
commit 1e411bbef5
+3 -3
View File
@@ -419,10 +419,10 @@ $register->set('db', function () {
} catch (\Throwable $e) {
throw new Exception(Exception::GENERAL_SERVER_ERROR, "MongoDB connection failed: " . $e->getMessage());
}
case 'postgresql':
$dsn = "pgsql:host={$dbHost};port={$dbPort};dbname={$dbSchema}";
break;
$dsn = "pgsql:host={$dbHost};port={$dbPort};dbname={$dbSchema}";
break;
case 'mysql':
case 'mariadb':