Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- collect($this->items)->chunk(300)->each(function (\Illuminate\Support\Collection $chunk) {
- CsgoItemPrice::upsert(
- $chunk->all(),
- ['hash_name','phase','market_id']
- );
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement