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
DocumentFactoryInterface::makeFromModels($models) now accepts a base collection instead of Eloquent collection
ModelFactoryInterface methods were renamed: makeFromSearchResponseUsingBuilder to makeFromSearchResponse, makeLazyFromSearchResponseUsingBuilder to makeLazyFromSearchResponse
Searchable::toSearchableArray() is now invoked only on index update and not on deletion