Level 75
Use transform instead of map.
https://laravel.com/docs/9.x/collections#method-transform
Unlike most other collection methods, transform modifies the collection itself. If you wish to create a new collection instead, use the map method.
1 like