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
Revert overly broad return type (#18625)
Revert an overly broad return type hint, to a more specific one. Helps developer work flow by not breaking IDE autocomplete on chaining.
Update HasRelations::morphInstanceTo() (#18058)
I changed this line so that the static method getActualClassNameForMorph can be overridden.
In my case, the morph relationship is idetified by integers, so I rewrote the static method getActualClassNameForMorph.