Closed staudenmeir closed 5 years ago
Collection::loadMissing() was only added in Laravel 5.6.22.
Collection::loadMissing()
I also think it's unnecessary: We already check if the relationship is loaded with relationLoaded().
relationLoaded()
Thanks for this - one of those situations where I didn't need 5.5 support, so hadn't really considered it, however I'm sure plenty of users will thank you for it :-D
Collection::loadMissing()
was only added in Laravel 5.6.22.I also think it's unnecessary: We already check if the relationship is loaded with
relationLoaded()
.