liam-wiltshire / laravel-jit-loader

MIT License
214 stars 12 forks source link

Support Laravel 5.5 #12

Closed staudenmeir closed 5 years ago

staudenmeir commented 5 years ago

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().

liam-wiltshire commented 5 years ago

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