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 c779c11 commit c55713eCopy full SHA for c55713e
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