8000 Remove work on Models · laravel/framework@d6c4291 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6c4291

Browse files
committed
Remove work on Models
1 parent f409bbb commit d6c4291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ public static function onWriteConnection()
526526
* Get all of the models from the database.
527527
*
528528
* @param array|mixed $columns
529-
* @return \Illuminate\Database\Eloquent\Collection<int, static>
529+
* @return \Illuminate\Database\Eloquent\Collection|static[]
530530
*/
531531
public static function all($columns = ['*'])
532532
{

0 commit comments

Comments
 (0)
0