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 f409bbb commit d6c4291Copy full SHA for d6c4291
src/Illuminate/Database/Eloquent/Model.php
@@ -526,7 +526,7 @@ public static function onWriteConnection()
526
* Get all of the models from the database.
527
*
528
* @param array|mixed $columns
529
- * @return \Illuminate\Database\Eloquent\Collection<int, static>
+ * @return \Illuminate\Database\Eloquent\Collection|static[]
530
*/
531
public static function all($columns = ['*'])
532
{
0 commit comments