Thanks to visit codestin.com Credit goes to github.com
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 e77b5b8 commit b79d866Copy full SHA for b79d866
library/OAuth2/Storage/StoragePdo.php
@@ -62,7 +62,7 @@ public function __construct(PDO $db) {
62
* Release DB connection during destruct.
63
*/
64
function __destruct() {
65
- $this->db = NULL; // Release db connection
+ $this->db = NULL; // Release _mongoDB connection
66
}
67
68
/**
0 commit comments