Skip to content

Commit

Permalink
Style CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tklie committed Jun 20, 2024
1 parent ac461f3 commit 2af2cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Searchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function queueMakeSearchable($models)

if (! config('scout.queue.queue')) {
$models->first()->makeSearchableUsing($models)->first()->searchableUsing()->update($models);

return;
}

Expand Down

0 comments on commit 2af2cfc

Please sign in to comment.