mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Start debugging
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
337e345e02
commit
819b0ae101
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ class ConnectionFactory {
|
|||
$eventManager->addEventSubscriber(new SQLiteSessionInit(true, $journalMode));
|
||||
break;
|
||||
}
|
||||
var_dump($additionalConnectionParams);
|
||||
/** @var Connection $connection */
|
||||
$connection = DriverManager::getConnection(
|
||||
$additionalConnectionParams,
|
||||
|
|
|
|||
Loading…
Reference in a new issue