[6.1.3] Method Illuminate\Support\Collection::load does not exist. · Issue #339 · laravel/scout

When I updated to 6.1.3 from 6.1.1, I can no longer do the following: MyModel::search('myQuery')->get()->load('myRelation'); And I receive the error Method Illuminate\Support\Collection::load does ...