Skip to content

Commit b40d6be

Browse files
committed
Revert "Merge pull request #48228 from FrazerFlanagan/remove-unneeded-static-array-ret-type-from-db-eloquent-builder-get"
This reverts commit 86b76dc, reversing changes made to c779c11.
1 parent 86b76dc commit b40d6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public function valueOrFail($column)
709709
* Execute the query as a "select" statement.
710710
*
711711
* @param array|string $columns
712-
* @return \Illuminate\Database\Eloquent\Collection
712+
* @return \Illuminate\Database\Eloquent\Collection|static[]
713713
*/
714714
public function get($columns = ['*'])
715715
{

0 commit comments

Comments
 (0)