mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Rename variable
This commit is contained in:
@@ -16,7 +16,7 @@ function get_driver(string $id): string {
|
||||
}
|
||||
|
||||
abstract class SqlDriver {
|
||||
/** @var list<string> */ static array $possibleDrivers = array();
|
||||
/** @var list<string> */ static array $extensions = array(); // possible extensions
|
||||
static string $jush; // JUSH identifier
|
||||
|
||||
protected Db $conn;
|
||||
|
Reference in New Issue
Block a user