You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)...
The text was updated successfully, but these errors were encountered:
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)...
The text was updated successfully, but these errors were encountered: