You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by localusercamp February 28, 2023
I found that Illuminate\Database\Eloquent\Builder methods @return phpDoc annotations contains both Model and static type or (Collection and static[]). Why it so? When builder can return array of queries from get() call?