algolia / laravel-scout-settings

DEPRECATED: Use of this repository is deprecated. Please use Scout Extended - https://github.com/algolia/scout-extended instead.
MIT License
23 stars 12 forks source link

Use Laravel's class_uses_recursive helper #6

Closed weotch closed 7 years ago

weotch commented 7 years ago

This allows a trait of a model to use Searchable and still be detected.

weotch commented 7 years ago

See https://github.com/illuminate/support/blob/master/helpers.php#L391-L412

julienbourdeau commented 7 years ago

Hey @weotch,

Thanks for your contribution! I didn't know about this helper, it's great. 🎉