teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.1k stars 144 forks source link

PR: Replace leftJoinSub with leftJoin for backwards compatibility for Laravel < 5.6 #189

Closed michaelklopf closed 6 years ago

michaelklopf commented 6 years ago

Replace leftJoinSub with leftJoin

closes https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/171 closes https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/181