mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-14 08:43:40 +02:00
fix: remove stale class const. argument
This commit is contained in:
parent
8ff61b7275
commit
062644a3a7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
private int|string|null $limit = null;
|
private int|string|null $limit = null;
|
||||||
|
|
||||||
// Pass constructor arguments to driver
|
// Pass constructor arguments to driver
|
||||||
function __construct(string $table) {
|
function __construct() {
|
||||||
parent::__construct(...func_get_args());
|
parent::__construct(...func_get_args());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue