Start debugging

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-07-08 12:06:47 +02:00
parent 337e345e02
commit 819b0ae101
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -141,6 +141,7 @@ class ConnectionFactory {
$eventManager->addEventSubscriber(new SQLiteSessionInit(true, $journalMode));
break;
}
var_dump($additionalConnectionParams);
/** @var Connection $connection */
$connection = DriverManager::getConnection(
$additionalConnectionParams,