spatie / laravel-data

Powerful data objects for Laravel
https://spatie.be/docs/laravel-data/
MIT License
1.28k stars 209 forks source link

Update collections.md #821

Closed lofye closed 3 months ago

lofye commented 3 months ago

Correct a typo/oversight in the method name being called. It was ::collect() but should have been ::collectArray()

freekmurze commented 3 months ago

Thanks!