Skip to content

Commit

Permalink
Merge pull request #5 from netinhoteixeira/hotfix/error-array-to-stri…
Browse files Browse the repository at this point in the history
…ng-conversion

Fix to creating params and autoconverting to multiple arrays. Error: …
  • Loading branch information
mychidarko authored Aug 15, 2022
2 parents 7fb2aa1 + 3815f6d commit 588eefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Db/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 588eefd

Please sign in to comment.