We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f489aba commit 6fdc041Copy full SHA for 6fdc041
src/DatabaseManager.php
@@ -52,8 +52,8 @@ public function reconnect()
52
{
53
// Opposite order to connect() because we don't
54
// want to ever purge the central connection
55
- $this->setDefaultConnection($this->originalDefaultConnectionName);
56
$this->switchConnection($this->originalDefaultConnectionName);
+ $this->setDefaultConnection($this->originalDefaultConnectionName);
57
}
58
59
/**
0 commit comments