Skip to content

Commit 568b400

Browse files
committed
tests passed
1 parent 03283e1 commit 568b400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/Docs/ModelDocs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @method search(array $columns = '*')
2020
* @method query(array $columns = '*')
2121
*
22-
* @method $this where(string $column, string $value)
22+
* @method $this where(string $column, string $valueOrOperator, string $value = null)
2323
* @method $this whereIn(string $column, array $values)
2424
* @method $this wherePhrase(string $column, string $value)
2525
* @method $this filterGeoBox(string $column, array $topLeftCoords, array $bottomRightCoords)

0 commit comments

Comments
 (0)