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 8d3f65f commit 410f459Copy full SHA for 410f459
src/Eloquent/Docs/ModelDocs.php
@@ -14,7 +14,7 @@
14
/**
15
* Query Builder Methods ---------------------------------
16
*
17
- * @method static Builder query()
+ * @method static $this query()
18
*-----------------------------------
19
* @method static $this where($column, $operator = null, $value = null, $boolean = 'and', $options = [])
20
* @method static $this whereNot($column, $operator = null, $value = null, $boolean = 'and', $options = [])
0 commit comments