diff --git a/src/MySQL.php b/src/MySQL.php index 2d172eb..50cd855 100644 --- a/src/MySQL.php +++ b/src/MySQL.php @@ -20,7 +20,7 @@ private int|string|null $limit = null; // Pass constructor arguments to driver - function __construct(string $table) { + function __construct() { parent::__construct(...func_get_args()); }