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 86b76dc commit b40d6beCopy full SHA for b40d6be
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
+ * @return \Illuminate\Database\Eloquent\Collection|static[]
713
*/
714
public function get($columns = ['*'])
715
{
0 commit comments