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

Skip to content

Commit b79d866

Browse files
committed
updated details for PDO storage
1 parent e77b5b8 commit b79d866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/OAuth2/Storage/StoragePdo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(PDO $db) {
6262
* Release DB connection during destruct.
6363
*/
6464
function __destruct() {
65-
$this->db = NULL; // Release db connection
65+
$this->db = NULL; // Release _mongoDB connection
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)