mirror of
https://github.com/vrana/adminer.git
synced 2026-05-27 12:40:15 +02:00
Plugins: PHP 5 compatibility (fix #1125)
This commit is contained in:
@@ -19,7 +19,7 @@ class AdminerLoginTable extends Adminer\Plugin {
|
||||
protected $database;
|
||||
|
||||
/** Set database of login table */
|
||||
function __construct(string $database) {
|
||||
function __construct($database) {
|
||||
$this->database = $database;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user