Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceb10b9

Browse files
authored
Fix usage of deprecated method in ReconnectStrategy.php
1 parent d02bc6e commit ceb10b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Retry/ReconnectStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected function reconnect(): bool
109109
}
110110

111111
try {
112-
$this->connection->connect();
112+
$this->connection->getDriver()->connect();
113113
if ($this->connection->isQueryLoggingEnabled()) {
114114
$this->connection->log('[RECONNECT]');
115115
}

0 commit comments

Comments
 (0)