Plugins: PHP 5 compatibility (fix #1125)

This commit is contained in:
Jakub Vrana
2025-07-28 22:46:31 +02:00
parent 6f766f8c52
commit cc110c448c
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
}