Plugins: Use namespace for driver functions

This commit is contained in:
Jakub Vrana
2025-03-05 15:42:48 +01:00
parent 137ac2396b
commit 0bf8861dd1
6 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ class AdminerEnumTypes {
// read types and "cache" it
if (is_null($this->_types)) {
$types = types();
$types = Adminer\types();
$this->_types = array();
foreach ($types as $type) {