mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Fix comment
This commit is contained in:
@@ -405,7 +405,7 @@ if (isset($_GET["mongo"])) {
|
||||
}
|
||||
|
||||
function get_databases($flush) {
|
||||
/** @var $connection Min_DB */
|
||||
/** @var Min_DB */
|
||||
global $connection;
|
||||
$return = array();
|
||||
$class = 'MongoDB\Driver\Command';
|
||||
|
Reference in New Issue
Block a user