teamtnt / laravel-scout-tntsearch-driver

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

StatusCommand checks trait recursively #331

Closed stein-j closed 2 years ago

stein-j commented 2 years ago

This change will allow the StatusCommand to find Models that uses the trait Laravel\Scout\Searchable even if imported from another trait.