diff --git a/src/MySQL.php b/src/MySQL.php index 2df98f8..4791094 100644 --- a/src/MySQL.php +++ b/src/MySQL.php @@ -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()); }