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
If you would like to modify the query that is used to retrieve all of your models for batch importing, you may define a `makeAllSearchableUsing` method on your model. This is a great place to add any eager relationship loading that may be necessary before importing your models:
397
397
398
+
use Illuminate\Database\Eloquent\Builder;
399
+
398
400
/**
399
401
* Modify the query used to retrieve models when making all of the models searchable.
0 commit comments