Method addToIndex does not exist.
NitaAlexandr opened this issue · 0 comments
NitaAlexandr commented
While using the ElasticquentTrait with my User eloquent model (Laravel), I am facing this issue: Method Illuminate\Database\Eloquent\Collection::addToIndex does not exist. .
My User model does not extend Model directly but it extends Illuminate\Foundation\Auth\User ( for Authenticatable stuff)...