antonioribeiro / support

Support Classes
BSD 3-Clause "New" or "Revised" License
59 stars 49 forks source link

Update helpers.php #32

Open bochoven opened 2 years ago

bochoven commented 2 years ago

Make the value() function compatible with Laravel 8 as can be seen here:

https://github.com/laravel/framework/blob/8.x/src/Illuminate/Collections/helpers.php#L175-L186

This would fix some weird issues with Laravel when using the firewall library

chrisGeonet commented 1 year ago

I've just come across this issue. Given your pull request is a year old, have you got a solution that doesn't require this package being updated?