Commit 7c4fb13
authored
Forward all arguments to parent, instead of passing them manually (#425)
This ensures that `func_num_args()` in the parent class returns the correct number of passed arguments to the `->where()` method.
This is necessary so the operator/value can be prepared appropriately.1 parent 73531ed commit 7c4fb13
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments