mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-13 16:23:42 +02:00
fix: remove stale class const. argument (#15)
This commit is contained in:
parent
5b78cc2ba2
commit
5abcb48010
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
private int|string|null $limit = null;
|
||||
|
||||
// Pass constructor arguments to driver
|
||||
function __construct(string $table) {
|
||||
function __construct() {
|
||||
parent::__construct(...func_get_args());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue