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.
2 parents c779c11 + c55713e commit 86b76dcCopy full SHA for 86b76dc
src/Illuminate/Database/Eloquent/Builder.php
@@ -709,7 +709,7 @@ public function valueOrFail($column)
709
* Execute the query as a "select" statement.
710
*
711
* @param array|string $columns
712
- * @return \Illuminate\Database\Eloquent\Collection|static[]
+ * @return \Illuminate\Database\Eloquent\Collection
713
*/
714
public function get($columns = ['*'])
715
{
0 commit comments