diff --git a/src/Db/Core.php b/src/Db/Core.php index 8033375..cb91e6f 100644 --- a/src/Db/Core.php +++ b/src/Db/Core.php @@ -274,7 +274,7 @@ public function query(string $sql): self * * @param array|string $data The data to bind to string */ - public function bind(...$bindings): self + public function bind($bindings): self { $this->bindings = $bindings; return $this;