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 faa370e commit a236481Copy full SHA for a236481
src/DatabaseManager.php
@@ -53,7 +53,7 @@ public function connection($name = null)
53
} finally {
54
Context::onDestroy(function () use ($connection, $name) {
55
try {
56
- $connection && static::$pools[$name]->put($connection);
+ $connection && static::$pools[$name]->put($connection);
57
} catch (Throwable) {
58
// ignore
59
}
0 commit comments