🛠️ Laravel (VILT/RILT, Filament)
🌍 South African living in the Netherlands
🎺 Trombonist (why is there no trombone emoji?)
🏃 parkrun enthusiast
https://pinkary.com/@mdpoulter
```
Model::query()
->where('field', 'value')
->each
->update(['field' => 'newvalue']);
```
```
Model::query()
->where('field', 'value')
->each
->update(['field' => 'newvalue']);
```