mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Make root namespace explicit
This commit is contained in:
@@ -119,7 +119,7 @@ if (isset($_GET["clickhouse"])) {
|
||||
|
||||
function fetch_field() {
|
||||
$column = $this->_offset++;
|
||||
$return = new stdClass;
|
||||
$return = new \stdClass;
|
||||
if ($column < count($this->columns)) {
|
||||
$return->name = $this->meta[$column]['name'];
|
||||
$return->orgname = $return->name;
|
||||
|
Reference in New Issue
Block a user