Advertisement
Guest User

Untitled

a guest
Dec 20th, 2022
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. collect($this->items)->chunk(300)->each(function (\Illuminate\Support\Collection $chunk) {
  2. CsgoItemPrice::upsert(
  3. $chunk->all(),
  4. ['hash_name','phase','market_id']
  5. );
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement