We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03283e1 commit 568b400Copy full SHA for 568b400
src/Eloquent/Docs/ModelDocs.php
@@ -19,7 +19,7 @@
19
* @method search(array $columns = '*')
20
* @method query(array $columns = '*')
21
*
22
- * @method $this where(string $column, string $value)
+ * @method $this where(string $column, string $valueOrOperator, string $value = null)
23
* @method $this whereIn(string $column, array $values)
24
* @method $this wherePhrase(string $column, string $value)
25
* @method $this filterGeoBox(string $column, array $topLeftCoords, array $bottomRightCoords)
0 commit comments