Skip to content

Commit 410f459

Browse files
committed
Update ModelDocs.php
1 parent 8d3f65f commit 410f459

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
@@ -14,7 +14,7 @@
1414
/**
1515
* Query Builder Methods ---------------------------------
1616
*
17-
* @method static Builder query()
17+
* @method static $this query()
1818
*-----------------------------------
1919
* @method static $this where($column, $operator = null, $value = null, $boolean = 'and', $options = [])
2020
* @method static $this whereNot($column, $operator = null, $value = null, $boolean = 'and', $options = [])

0 commit comments

Comments
 (0)