Add clarifying comments

This commit is contained in:
Jake Barnby
2024-05-07 14:07:04 +12:00
parent bfc4c98600
commit 912e3b01dc
5 changed files with 9 additions and 0 deletions
+1
View File
@@ -102,6 +102,7 @@ CLI::setResource('getProjectDB', function (Group $pools, Database $dbForConsole,
try {
$dsn = new DSN($project->getAttribute('database'));
} catch (\InvalidArgumentException) {
// TODO: Temporary until all projects are using shared tables
$dsn = new DSN('mysql://' . $project->getAttribute('database'));
}