mirror of
https://github.com/vrana/adminer.git
synced 2025-08-20 05:11:25 +02:00
Abstract schemas()
This commit is contained in:
@@ -28,6 +28,10 @@ class Adminer {
|
||||
}
|
||||
}
|
||||
|
||||
function schemas() {
|
||||
return schemas();
|
||||
}
|
||||
|
||||
function databases($flush = true) {
|
||||
return get_databases($flush);
|
||||
}
|
||||
|
Reference in New Issue
Block a user