Closed weotch closed 7 years ago
This allows a trait of a model to use Searchable and still be detected.
use Searchable
See https://github.com/illuminate/support/blob/master/helpers.php#L391-L412
Hey @weotch,
Thanks for your contribution! I didn't know about this helper, it's great. 🎉
This allows a trait of a model to
use Searchable
and still be detected.