1
0
Fork 0
mirror of synced 2024-07-12 18:05:55 +12:00

feat: update php docs

This commit is contained in:
Christy Jacob 2022-07-18 17:02:12 +05:30
parent 4f720c30dd
commit 56856309c5

View file

@ -471,7 +471,7 @@ $register->set('dbPool', function () {
$dsn = $db[1];
$projectDBs[$name] = $dsn;
}
$pool = new DatabasePool($consoleDBs, $projectDBs);
return $pool;
});