Skip to content

Commit

Permalink
fix: mark dynamicWhere as variadic
Browse files Browse the repository at this point in the history
Co-Authored-By: Can Vural <can9119@gmail.com>
  • Loading branch information
mr-feek and canvural committed Mar 1, 2020
1 parent 724059d commit cd8671b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Methods/BuilderHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public function dynamicWhere(
$methodName,
$classReflection,
[$actualParameter],
$returnObject
$returnObject,
true
);
}

Expand Down

0 comments on commit cd8671b

Please sign in to comment.